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 345e9ec commit daf0be6Copy full SHA for daf0be6
.github/workflows/nix-eval.yml
@@ -31,4 +31,5 @@ jobs:
31
name: Generate Nix Matrix
32
run: |
33
set -Eeu -o pipefail
34
- echo matrix="$(nix run --accept-flake-config .\#github-matrix -- checks legacyPackages)" >> "$GITHUB_OUTPUT"
+ result=$(nix run --accept-flake-config .\#github-matrix -- checks legacyPackages)
35
+ echo matrix="$result" >> "$GITHUB_OUTPUT"
0 commit comments