Compare commits

...

2 Commits

Author SHA1 Message Date
pinpox
5c3b96ac80 test 2025-06-30 20:30:34 +02:00
pinpox
54793f79c4 Replace depracated --fast nix option
The option is throwing a deprecation warning on current nix versions.
See for details: https://github.com/NixOS/nixpkgs/issues/417609#issuecomment-2981327326
2025-06-23 01:16:50 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -149,7 +149,8 @@ def deploy_machine(
if machine._class_ == "nixos":
nix_options += [
"--fast",
"--no-reexec",
"--no-build-nix",
"--build-host",
"",
]

0
test Normal file
View File