Ensure pipefail

This commit is contained in:
traxys 2024-03-11 13:05:14 +01:00
parent eb6ae3e6bb
commit 737a33a03f

View file

@ -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 '.#{}'