Skip to content

Commit

Permalink
Merge pull request #1220 from peterbecich/fix-mac-nix-flake
Browse files Browse the repository at this point in the history
enable `nix flake check` in GitHub Action
  • Loading branch information
peterbecich committed Aug 26, 2023
2 parents f4fe98b + cb3e0b6 commit f52a15d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ jobs:
name: hackage-server
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
# - run: nix flake check

# allow error until Flake check is improved
- continue-on-error: true
run: nix flake check

0 comments on commit f52a15d

Please sign in to comment.