optimize system build command

This commit is contained in:
Schrottkatze 2024-02-16 08:20:43 +01:00
parent e7d42763e3
commit dc52ae747d
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ test:
sudo nixos-rebuild test --flake . --impure
build:
sudo nixos-rebuild switch --flake . --impure
sudo nixos-rebuild switch --flake . --impure --fast
update:
nix flake update --commit-lock-file