diff options
author | lassulus <lassulus@lassul.us> | 2017-12-12 17:30:48 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-12 17:30:48 +0100 |
commit | 01e608ac6b76f2a1dc7316a308e30114f9b0d1d3 (patch) | |
tree | 9220a834de2166def17758f4d50427d2a24af294 /lass/1systems/mors | |
parent | b4fb85aa44a7094a8adb9fd60ffde75d13841ae9 (diff) |
l deploy: run with --diff
Diffstat (limited to 'lass/1systems/mors')
-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 fee43f8cd..ad133802f 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -179,7 +179,7 @@ with import <stockholm/lib>; echo 'secrets are crypted' >&2 exit 23 else - exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"' + exec nix-shell -I stockholm="$PWD" --run 'deploy --diff --system="$SYSTEM"' fi ''; predeploy = pkgs.writeDash "predeploy" '' |