git-hooks.nix icon indicating copy to clipboard operation
git-hooks.nix copied to clipboard

[question] forcing replacement of `GIT_WC/.pre-commit-config.yaml`

Open roman opened this issue 1 year ago • 0 comments

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?

roman avatar Nov 02 '23 23:11 roman