We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d6148 commit 5c35dfcCopy full SHA for 5c35dfc
1 file changed
.github/workflows/nix-github-actions.yml
@@ -21,14 +21,15 @@ jobs:
21
echo "matrix=$matrix" >> "$GITHUB_OUTPUT"
22
23
nix-build:
24
- name: ${{ matrix.name }}
+ name: ${{ matrix.name }}-${{ matrix.system }}
25
needs: nix-matrix
26
runs-on: ${{ matrix.os }}
27
strategy:
28
fail-fast: false
29
matrix: ${{ fromJSON(needs.nix-matrix.outputs.matrix) }}
30
steps:
31
- uses: actions/checkout@v4
32
+ - uses: wimpysworld/nothing-but-nix@main
33
- uses: DeterminateSystems/determinate-nix-action@main
34
35
- name: Build and Stage
0 commit comments