oscar: Factor out git-pre-commit-hook for use on other machines
This commit is contained in:
parent
bcc20c9c03
commit
b2f44b7d17
2 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@
|
|||
".direnv"
|
||||
];
|
||||
hooks = {
|
||||
pre-commit = ./git-pre-commit-hook;
|
||||
pre-commit = ../git-pre-commit-hook;
|
||||
};
|
||||
signing.signByDefault = true;
|
||||
signing.key = null; # "let GnuPG decide what signing key to use depending on commit's author"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue