l deploy: don't run --diff

This commit is contained in:
lassulus 2018-03-03 15:02:47 +01:00
parent 793742b9d1
commit 55a156814a
1 changed files with 1 additions and 1 deletions

View File

@ -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" ''