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 9592c86 commit 8745f35Copy full SHA for 8745f35
.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