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
This commit is contained in:
pinpox
2025-06-23 01:16:50 +02:00
parent 9f93ad59e9
commit 54793f79c4

View File

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