Specify flakes in the update target in Makefile
This commit is contained in:
parent
30fe89fb7c
commit
3312e9ecbc
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ switch:
|
||||
sudo nixos-rebuild switch --flake path://$(PWD)#
|
||||
|
||||
update:
|
||||
nix flake update . --commit-lock-file
|
||||
nix flake update --flake . --commit-lock-file
|
||||
|
||||
upgrade:
|
||||
make update && make switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user