Skip to content

Commit f52a15d

Browse files
authored
Merge pull request #1220 from peterbecich/fix-mac-nix-flake
enable `nix flake check` in GitHub Action
2 parents f4fe98b + cb3e0b6 commit f52a15d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nix-flake.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ jobs:
2929
name: hackage-server
3030
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3131
- run: nix build
32-
# - run: nix flake check
32+
33+
# allow error until Flake check is improved
34+
- continue-on-error: true
35+
run: nix flake check

0 commit comments

Comments
 (0)