Skip to content

Commit 5533223

Browse files
committed
test Nix Flake on both Mac and Linux
1 parent ed35a32 commit 5533223

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/nix-flake.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ on:
33
pull_request:
44
push:
55
jobs:
6-
tests:
7-
runs-on: ubuntu-latest
6+
nix:
7+
strategy:
8+
fail-fast: true
9+
matrix:
10+
os:
11+
- ubuntu-latest
12+
- macos-latest
13+
name: Nix on ${{ matrix.os }}
14+
runs-on: ${{ matrix.os }}
815
steps:
916
- uses: actions/checkout@v4
1017
- uses: DeterminateSystems/nix-installer-action@main

0 commit comments

Comments
 (0)