git-hooks.nix
git-hooks.nix copied to clipboard
How do I avoid automatically writing to .git/hooks/pre-commit?
I tried setting default_stages to [], but that didn't seem to work. :)
This could be a new option, to make the shellHook only write the symlink but not invoke pre-commit.