Skip to content

Commit 7eaca15

Browse files
committed
enable nix flake check and Mac build in GitHub Action
#1193
1 parent 1d09c18 commit 7eaca15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-flake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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:
@@ -29,4 +29,4 @@ jobs:
2929
name: hackage-server
3030
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3131
- run: nix build
32-
# - run: nix flake check
32+
- run: nix flake check

0 commit comments

Comments
 (0)