summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-02 13:13:14 -0500
committerBen Sima <ben@bsima.me>2021-01-02 13:13:14 -0500
commitc3591029f20f3ee6ca817d2134abbd44728dbfe3 (patch)
tree11de1aed7b14ed61a27782026092a15659654aff
parentc5e3e9ec19a60db73b2682f306fde04a41701b78 (diff)
fix git commit.template setting
-rw-r--r--linux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.nix b/linux.nix
index a7012f3..db41482 100644
--- a/linux.nix
+++ b/linux.nix
@@ -406,7 +406,7 @@ in
};
extraConfig = {
push.default = "simple";
- commit.template = builtins.readFile ./lib/git-commit-template;
+ commit.template = "${./lib/git-commit-template}";
sendemail = {
#smtpuser = "ben@bsima.me";
#smtpserverport = 587;