Just: --fast is deprecated

This commit is contained in:
Primrose 2025-11-28 09:54:05 +08:00
parent 47cf371788
commit d396812450
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -9,7 +9,7 @@ os host action:
nixos-rebuild {{ action }} \ nixos-rebuild {{ action }} \
-I nixpkgs=${nixpkgs} \ -I nixpkgs=${nixpkgs} \
-I nixos-config=./nix/configurations/{{ host }}.nix \ -I nixos-config=./nix/configurations/{{ host }}.nix \
--fast \ --no-reexec \
--file ./default.nix \ --file ./default.nix \
--attr "nixosConfigurations.{{ host }}" --attr "nixosConfigurations.{{ host }}"