From 70712d466fd52ebd48c5ddda2556ac36f04677a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Oct 2020 10:49:21 +0200 Subject: Add dry-run patch for morph --- nixops/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixops') diff --git a/nixops/Makefile b/nixops/Makefile index 0bebaf8..cefd677 100644 --- a/nixops/Makefile +++ b/nixops/Makefile @@ -46,6 +46,9 @@ debug: build: ./scripts/with_env morph build default.nix $(MORPH_ARGS) +dry-run: + ./scripts/with_env morph build --dry-run default.nix $(MORPH_ARGS) + upload: ./scripts/with_env morph push default.nix $(MORPH_ARGS) -- cgit v1.2.3