diff --git a/makefile b/makefile index 1623331..cb3ccbf 100644 --- a/makefile +++ b/makefile @@ -12,3 +12,7 @@ reinstall: .PHONY: clean clean: ./vtsm --manifest ".vtsm/${MANIFEST}.json" --commands "stow --delete {package} --target {location}" $(FLAGS) + +.PHONY: update +update: + nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"