mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-02-07 06:18:59 +00:00
Makefile: add update step
This commit is contained in:
parent
1a8623f67c
commit
fb97840bbf
4
makefile
4
makefile
@ -12,3 +12,7 @@ reinstall:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
./vtsm --manifest ".vtsm/${MANIFEST}.json" --commands "stow --delete {package} --target {location}" $(FLAGS)
|
./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"
|
||||||
|
Loading…
Reference in New Issue
Block a user