Compare commits
3 Commits
54fb17c9c8
...
b4ca6fe7fe
| Author | SHA1 | Date | |
|---|---|---|---|
| b4ca6fe7fe | |||
| 1843c98e98 | |||
| 2cfb23e670 |
@@ -3095,8 +3095,7 @@ async def api_security_verify_integrity():
|
|||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
["/run/current-system/sw/bin/nix", "build",
|
["/run/current-system/sw/bin/nix", "build",
|
||||||
"/etc/nixos#nixosConfigurations.nixos.config.system.build.toplevel",
|
"/etc/nixos#nixosConfigurations.nixos.config.system.build.toplevel",
|
||||||
"--out-link", result_link,
|
"--out-link", result_link],
|
||||||
"--no-build-output"],
|
|
||||||
capture_output=True, text=True, timeout=600,
|
capture_output=True, text=True, timeout=600,
|
||||||
cwd=tmpdir,
|
cwd=tmpdir,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user