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 9c6a79c commit 9dda6b6Copy full SHA for 9dda6b6
.github/workflows/nix-github-actions.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix: ${{ steps.set-matrix.outputs.matrix }}
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
+ - uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
17
- id: set-matrix
18
name: Generate Nix Matrix
19
run: |
@@ -29,5 +29,5 @@ jobs:
29
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
30
31
32
33
- run: nix build -L '.#${{ matrix.attr }}'
0 commit comments