Modify make update to commit lock file

This commit is contained in:
coolneng 2022-05-10 23:18:13 +02:00
parent 11f3993dbc
commit 01b9e34dd9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

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