Skip to content

Commit 5c35dfc

Browse files
committed
new
1 parent 40d6148 commit 5c35dfc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nix-github-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ jobs:
2121
echo "matrix=$matrix" >> "$GITHUB_OUTPUT"
2222
2323
nix-build:
24-
name: ${{ matrix.name }}
24+
name: ${{ matrix.name }}-${{ matrix.system }}
2525
needs: nix-matrix
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
fail-fast: false
2929
matrix: ${{ fromJSON(needs.nix-matrix.outputs.matrix) }}
3030
steps:
3131
- uses: actions/checkout@v4
32+
- uses: wimpysworld/nothing-but-nix@main
3233
- uses: DeterminateSystems/determinate-nix-action@main
3334

3435
- name: Build and Stage

0 commit comments

Comments
 (0)