Makefile: add update step

This commit is contained in:
Gabriel Arazas 2023-10-29 17:52:08 +08:00
parent 1a8623f67c
commit fb97840bbf

View File

@ -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"