git-hooks.nix
git-hooks.nix copied to clipboard
Seamless integration of https://pre-commit.com git hooks with Nix.
Results
132
git-hooks.nix issues
Sort by
recently updated
recently updated
newest added
I'm trying to add a few extra packages to the environment of a hook, and I've tried using `extraPackages`, but it only adds them to the `nix develop` shell, not...
The flake-parts template currently suggests using it as a flake input: https://github.com/cachix/git-hooks.nix/blob/cd1af27aa85026ac759d5d3fccf650abe7e1bbf0/template/flake.nix#L6-L7 This brings in a bunch of transitive inputs that the user does not strictly need, forcing setting up...