Make machine ID a option

This commit is contained in:
pinpox
2025-06-18 14:30:04 +02:00
parent 1afc3a8d8e
commit d88ac429cb
15 changed files with 106 additions and 60 deletions

View File

@@ -786,6 +786,10 @@ class Flake:
if tmp_store := nix_test_store():
nix_options.append("--impure")
# build_output = Path(
# run(nix_build(["--expr", nix_code, *nix_options])).stdout.strip()
# )
build_output = Path(
run(
nix_build(["--expr", nix_code, *nix_options]), RunOpts(log=Log.NONE)