Don't except if nix flake update fails
This commit is contained in:
@ -54,6 +54,7 @@ class UpdateFlakeLockAction extends DetSysAction {
|
||||
|
||||
const execOptions: actionsExec.ExecOptions = {
|
||||
cwd: this.pathToFlakeDir !== null ? this.pathToFlakeDir : undefined,
|
||||
ignoreReturnCode: true,
|
||||
};
|
||||
|
||||
const exitCode = await actionsExec.exec("nix", nixCommandArgs, execOptions);
|
||||
|
Reference in New Issue
Block a user