Skip to content

Commit b89121f

Browse files
authored
Merge pull request #1219 from peterbecich/enable-mac-nix-build-in-github-action
enable `nix flake check` and Mac build in GitHub Action
2 parents 1d09c18 + 5222ef7 commit b89121f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nix-flake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-latest
16-
# - macos-latest
16+
- macos-latest
1717
name: Nix on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v3.1.0
21-
- uses: cachix/install-nix-action@v21
20+
- uses: actions/checkout@v3.5.3
21+
- uses: cachix/install-nix-action@v22
2222
with:
2323
extra_nix_config: |
2424
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hackage-server.cachix.org-1:iw0iRh6+gsFIrxROFaAt5gKNgIHejKjIfyRdbpPYevY=

0 commit comments

Comments
 (0)