chore(flake): set abort-on-warn
This commit is contained in:
parent
923b507a85
commit
5ddeaec8d2
2 changed files with 5 additions and 1 deletions
1
.github/actions/setup-nix/action.yml
vendored
1
.github/actions/setup-nix/action.yml
vendored
|
|
@ -51,6 +51,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
# Putting build-dir in /nix is a workaround for https://github.com/wimpysworld/nothing-but-nix/issues/18
|
# Putting build-dir in /nix is a workaround for https://github.com/wimpysworld/nothing-but-nix/issues/18
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
|
accept-flake-config = true
|
||||||
build-dir = /nix/build
|
build-dir = /nix/build
|
||||||
sandbox = ${{ inputs.sandbox }}
|
sandbox = ${{ inputs.sandbox }}
|
||||||
system = ${{ inputs.system }}
|
system = ${{ inputs.system }}
|
||||||
|
|
|
||||||
|
|
@ -52,5 +52,8 @@
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig.commit-lock-file-summary = "chore: update flake.lock";
|
nixConfig = {
|
||||||
|
abort-on-warn = true;
|
||||||
|
commit-lock-file-summary = "chore: update flake.lock";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue