Add update directive to Makefile

This commit is contained in:
Evie Litherland-Smith 2023-07-10 10:19:51 +01:00
parent 3e33ab3a31
commit 7f4a836c71

View file

@ -14,3 +14,6 @@ switch:
lock:
nix flake lock --update-input nixpkgs --update-input home-manager
update:
nix flake update --refresh --commit-lock-file