diff options
author | lassulus <lassulus@lassul.us> | 2018-03-03 15:02:47 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-03-03 15:02:47 +0100 |
commit | 55a156814ae06f16f9e87638ddd5d0b73ddf41e0 (patch) | |
tree | b463174f3c411daa02d3f63e7e2ef7a07ad773ab /lass | |
parent | 793742b9d1b2eab942e5d06ed27028c636cda583 (diff) |
l deploy: don't run --diff
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/mors/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 6ca980155..cbb71ab24 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -182,7 +182,7 @@ with import <stockholm/lib>; echo 'secrets are crypted' >&2 exit 23 else - exec nix-shell -I stockholm="$PWD" --run 'deploy --diff --system="$SYSTEM"' + exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"' fi ''; predeploy = pkgs.writeDash "predeploy" '' |