diff options
author | Ben Sima <ben@bsima.me> | 2021-01-02 13:13:14 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-02 13:13:14 -0500 |
commit | c3591029f20f3ee6ca817d2134abbd44728dbfe3 (patch) | |
tree | 11de1aed7b14ed61a27782026092a15659654aff | |
parent | c5e3e9ec19a60db73b2682f306fde04a41701b78 (diff) |
fix git commit.template setting
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |