nixpkgs/pkgs/development/python-modules/pre-commit
Wael Nasreddine 1882d20155
pre-commit: installed git hook should have full path to binary (#77638)
pre-commit currently install impure Git hooks that look for the
`pre-commit` binary in PATH. If the user has `pre-commit` loaded via a
nix-shell instead of having it installed then GUI editors, such as
Intellij, won't be able to use Git commit because the hook fails trying
to look for the `pre-commit` binary in PATH.

This patch updates the hook template to use the hardcoded path to the
`pre-commit` binary if it was found, fallback to using the one from
PATH.
2020-02-01 10:05:42 -08:00
..
default.nix pre-commit: installed git hook should have full path to binary (#77638) 2020-02-01 10:05:42 -08:00
hook-tmpl-use-the-hardcoded-path-to-pre-commit.patch pre-commit: installed git hook should have full path to binary (#77638) 2020-02-01 10:05:42 -08:00