Skip to content

Commit 871da9e

Browse files
committed
cli: fixes for deploy
* Show the output of running nix commands * Disable rollbacks by default, still accessible with a flag * Continue if one command fails, simply log the error instead of exiting
1 parent 17f49ee commit 871da9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/cli/packages/cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/cli/packages/cli/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in
3131
src = lib.cleanSource ./.;
3232
cargoLock.lockFile = ./Cargo.lock;
3333
cargoLock.outputHashes = {
34-
"deploy-rs-0.1.0" = "sha256-/CTQuJzFK8pO2d4S5uKhHwT+QiNfnbCKSx7O2tW0GXQ=";
34+
"deploy-rs-0.1.0" = "sha256-X4eSLR1McUik0vDYWDCqIaWY1WjhIg4PIWXQ32WDFxg=";
3535
};
3636

3737
nativeBuildInputs = [pkg-config];

0 commit comments

Comments
 (0)