You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello there,
I'm running various
flake.nix
inside a large monorepo, and each of theseflake.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 anix develop
, is there a way to do this? And if not, would you be willing to support it?The text was updated successfully, but these errors were encountered: