Skip to content

Commit

Permalink
test Nix Flake on both Mac and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jan 2, 2025
1 parent ed35a32 commit 5533223
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/nix-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
nix:
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
- macos-latest
name: Nix on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
Expand Down

0 comments on commit 5533223

Please sign in to comment.