diff --git a/Makefile b/Makefile index 5be0ed0..2786265 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: lock +.PHONY: lock update lock: nix flake lock + +update: + nix flake update