git-hooks.nix
git-hooks.nix copied to clipboard
One file per hook
modules/hooks.nix is a difficult-to-maintain 3,500-line monolith. Keeping one file per hook (or group of hooks implemented by a package) would make it a lot easier to work with.
Fully agreed! I'm happy to merge a PR migrating to one hook per file.