cachix / git-hooks.nix

Seamless integration of https://pre-commit.com git hooks with Nix.
Apache License 2.0
528 stars 154 forks source link

Manual fourmolu override causes multiple problems #316

Closed maralorn closed 5 months ago

maralorn commented 1 year ago

I believe because of https://github.com/cachix/pre-commit-hooks.nix/commit/e04dd8f275dcdd8ae7a895cd884aa5cc186f82d5, my shell needs to compile 15 minutes on every nixpkgs bump. Also my installed fourmolu version in the shell does not format the same way that pre-commit-nix expects.

I am not sure what to do about this, as you probably don’t want to revert. But I wanted to note that this is causing me problems.

Possible solutions:

sandydoo commented 5 months ago

Fixed in https://github.com/cachix/git-hooks.nix/pull/321.