This commit is contained in:
Shelvacu
2025-08-15 15:56:56 -07:00
committed by Shelvacu on triple-dezert
parent e67c804405
commit 766f581a21

View File

@@ -7,6 +7,7 @@ import json
import shutil
import subprocess
import sys
import random
from typing import Any
import humanfriendly
@@ -111,6 +112,8 @@ res = run_json("nix", "eval", ".#.", "--json", "--apply", "f: f.archival.archive
assert res.success()
build_list = res.stdout
random.shuffle(build_list)
for info in build_list:
name = info["name"]
if info["broken"]: