Skip to content

Commit cb3e0b6

Browse files
committed
enable nix flake check in GitHub Action
1 parent f4fe98b commit cb3e0b6

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)