diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 10:49:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-10-24 10:49:21 +0200 |
commit | 70712d466fd52ebd48c5ddda2556ac36f04677a0 (patch) | |
tree | 789c4bac0508d8c65816dbbddafed9dd498e78e1 /nixops/Makefile | |
parent | f44cd8599f693bc4e7ca2e4a18bf26594ef05f84 (diff) | |
download | Nix-70712d466fd52ebd48c5ddda2556ac36f04677a0.tar.gz Nix-70712d466fd52ebd48c5ddda2556ac36f04677a0.tar.zst Nix-70712d466fd52ebd48c5ddda2556ac36f04677a0.zip |
Add dry-run patch for morph
Diffstat (limited to 'nixops/Makefile')
-rw-r--r-- | nixops/Makefile | 3 |
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: | |||
46 | build: | 46 | build: |
47 | ./scripts/with_env morph build default.nix $(MORPH_ARGS) | 47 | ./scripts/with_env morph build default.nix $(MORPH_ARGS) |
48 | 48 | ||
49 | dry-run: | ||
50 | ./scripts/with_env morph build --dry-run default.nix $(MORPH_ARGS) | ||
51 | |||
49 | upload: | 52 | upload: |
50 | ./scripts/with_env morph push default.nix $(MORPH_ARGS) | 53 | ./scripts/with_env morph push default.nix $(MORPH_ARGS) |
51 | 54 | ||