diff --git a/Makefile b/Makefile index cb3ccbf..32f568b 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,7 @@ clean: .PHONY: update update: 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"