mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Makefile: add dry-run step
This commit is contained in:
parent
500647c9c1
commit
644960c802
4
Makefile
4
Makefile
@ -16,3 +16,7 @@ clean:
|
|||||||
.PHONY: update
|
.PHONY: update
|
||||||
update:
|
update:
|
||||||
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"
|
nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: update inputs"
|
||||||
|
|
||||||
|
.PHONY: dry-run
|
||||||
|
dry-run:
|
||||||
|
./vtsm --manifest ".vtsm/${MANIFEST}.json" --commands "stow --stow {package} --target {location} --simulate"
|
||||||
|
Loading…
Reference in New Issue
Block a user