We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a0f9c commit 53da93dCopy full SHA for 53da93d
.github/workflows/nix-eval.yml
@@ -30,5 +30,5 @@ jobs:
30
- id: set-matrix
31
name: Generate Nix Matrix
32
run: |
33
- set -Eeu
34
- echo matrix="$(nix run --accept-flake-config .\#github-matrix checks legacyPackages)" >> "$GITHUB_OUTPUT"
+ set -Eeu -o pipefail
+ echo matrix="$(nix run --accept-flake-config .\#github-matrix -- checks legacyPackages)" >> "$GITHUB_OUTPUT"
0 commit comments