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
2024-02-16 09:50:39 +01:00
parent 7580475cb6
commit dcd7b6a8a2

View File

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