-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Failure #11
Comments
No, not at all. I forgot to remove the hpack pre-commit check. I put it in because I forgot to run hpack for a few commits. The fix is to remove line 145 in flake.nix The problem is that the hpack version in nixpkgs is 0.36.1 while the one you have is 0.37.0. In truth, this makes the check quite brittle. Here is the error from the CI that shows the issue:
I'll write some details on how the flake.nix works to make it easier to debug CI. |
Fixed? |
Yes, I forgot say #12 fixes this issue. I'm holding off writing nix docs until I figure out how to integrate with nix flake-parts projects like co-log-effectful. Thanks for adding me as a contributor! |
@Skyfold looks like the new CI is failing. Can you fix? Did I mess something up on a merge?
The text was updated successfully, but these errors were encountered: