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:
@@ -149,7 +149,8 @@ def deploy_machine(
|
||||
|
||||
if machine._class_ == "nixos":
|
||||
nix_options += [
|
||||
"--fast",
|
||||
"--no-reexec",
|
||||
"--no-build-nix",
|
||||
"--build-host",
|
||||
"",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user