fix the git hooks path

This commit is contained in:
Andreas Zweili 2022-01-14 11:11:57 +01:00
parent 6c2347fa1a
commit 6f73ee68af
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
};
extraConfig = {
core = {
hooksPath = "~/.git/config/hooks/";
hooksPath = "~/.config/git/hooks/";
};
pull = {
rebase = false;