From 644960c802bcecfb1f861814ceb2f2907aafdee3 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 24 Jan 2025 13:40:46 +0800 Subject: [PATCH] Makefile: add dry-run step --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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"