Modify make update to commit lock file

This commit is contained in:
2022-05-10 23:18:13 +02:00
parent 11f3993dbc
commit 01b9e34dd9

View File

@@ -2,7 +2,7 @@ switch:
nixos-rebuild switch --flake . --use-remote-sudo
update:
nix flake update .
nix flake update . --commit-lock-file
upgrade:
make update && make switch