Makefile: add dry-run step

This commit is contained in:
Gabriel Arazas 2025-01-24 13:40:46 +08:00
parent 500647c9c1
commit 644960c802

View File

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