aboutsummaryrefslogtreecommitdiff
path: root/nixops
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:49:21 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 10:49:21 +0200
commit70712d466fd52ebd48c5ddda2556ac36f04677a0 (patch)
tree789c4bac0508d8c65816dbbddafed9dd498e78e1 /nixops
parentf44cd8599f693bc4e7ca2e4a18bf26594ef05f84 (diff)
downloadNix-70712d466fd52ebd48c5ddda2556ac36f04677a0.tar.gz
Nix-70712d466fd52ebd48c5ddda2556ac36f04677a0.tar.zst
Nix-70712d466fd52ebd48c5ddda2556ac36f04677a0.zip
Add dry-run patch for morph
Diffstat (limited to 'nixops')
-rw-r--r--nixops/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index 0bebaf8..cefd677 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -46,6 +46,9 @@ debug:
46build: 46build:
47 ./scripts/with_env morph build default.nix $(MORPH_ARGS) 47 ./scripts/with_env morph build default.nix $(MORPH_ARGS)
48 48
49dry-run:
50 ./scripts/with_env morph build --dry-run default.nix $(MORPH_ARGS)
51
49upload: 52upload:
50 ./scripts/with_env morph push default.nix $(MORPH_ARGS) 53 ./scripts/with_env morph push default.nix $(MORPH_ARGS)
51 54