mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-20 13:50:58 +01:00
Ensure pipefail
This commit is contained in:
parent
eb6ae3e6bb
commit
737a33a03f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
|||
with:
|
||||
name: traxys
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: >
|
||||
- shell: bash -eo pipefail {0}
|
||||
run: >
|
||||
nix flake show --json |
|
||||
jq -r '.packages."x86_64-linux" | keys | .[]' |
|
||||
NIXPKGS_ALLOW_UNFREE=1 xargs -I'{}' nix build --impure '.#{}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue