diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh index 0a825b5..5514c7b 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ fi if [ "$1" = "/" ]; then nixos-generate-config --show-hardware-config > hardware-configuration.nix git add -f hardware-configuration.nix - nixos-rebuild switch --flake ".#${2}" -j`nproc` + nixos-rebuild switch --flake ".#${2}" -j`nproc` --upgrade-all git rm --cached hardware-configuration.nix exit else |