commit | 0325df97ebf348e112476b93677559aac90cb1dc | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 18:47:11 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 18:47:11 2022 +0100 |
tree | 6da9323add1aad661bc36f5bc8d28a84d8a31490 | |
parent | 4c2e3591d1b271bebca88dc71d99da54b1c069fe [diff] |
Restore git hooks
diff --git a/src/apps/personal/git.nix b/src/apps/personal/git.nix index e798741..4cdd2ee 100644 --- a/src/apps/personal/git.nix +++ b/src/apps/personal/git.nix
@@ -29,7 +29,6 @@ core.untrackedCache = true; core.fsmonitor = true; hooks.confirm.match = [ "TODO" "FIXME" "HACK" "BUG" "XXX" "LAZY" ]; - core.hooksPath = ".config/git/hooks/"; }; };