git-hooks.nix
git-hooks.nix copied to clipboard
[question] forcing replacement of `GIT_WC/.pre-commit-config.yaml`
Hello there,
I'm running various flake.nix inside a large monorepo, and each of these flake.nix configures a pre-commit-hook for that specific sub-project of the monorepo.
I would like the hook to override the .pre-commit-config.yaml of other flakes whenever I do a nix develop, is there a way to do this? And if not, would you be willing to support it?