X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=nixops%2FMakefile;h=cefd677a056c04dbcc5519b7f953ad8efded1d8b;hp=0bebaf8202ebaec529a9ec2c9d26e0f766fe8dd9;hb=70712d466fd52ebd48c5ddda2556ac36f04677a0;hpb=f44cd8599f693bc4e7ca2e4a18bf26594ef05f84 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)