Add Makefile shortcut for updating lock file

This commit is contained in:
Evie Litherland-Smith 2023-06-26 13:39:40 +01:00
parent 3544950bd4
commit a18c303ad7

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: lock
lock:
nix flake lock --update-input nixpkgs --update-input home-manager
git -C . add flake.lock
nix flake archive