oscar: Factor out git-pre-commit-hook for use on other machines

This commit is contained in:
Chandler Swift 2025-07-09 16:21:26 -05:00
parent bcc20c9c03
commit b2f44b7d17
No known key found for this signature in database
GPG key ID: B123483B24A4D579
2 changed files with 1 additions and 1 deletions

View file

@ -277,7 +277,7 @@
".direnv" ".direnv"
]; ];
hooks = { hooks = {
pre-commit = ./git-pre-commit-hook; pre-commit = ../git-pre-commit-hook;
}; };
signing.signByDefault = true; signing.signByDefault = true;
signing.key = null; # "let GnuPG decide what signing key to use depending on commit's author" signing.key = null; # "let GnuPG decide what signing key to use depending on commit's author"