summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-03-14 11:28:32 -0400
committerBen Sima <ben@bsima.me>2022-03-14 11:28:46 -0400
commitc0cf18c620b2d6ca72d47b21d4c4bafae00bca13 (patch)
treec8ae1f894c9ca5aac53fffe7772fd628a3617f02 /lib/common.nix
parent884af6c107cf64dd4f60d5c155bcba635e9a8aa8 (diff)
update nixpkgs version
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix
index aafb1dc..56d422a 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -111,6 +111,7 @@ in
glog = ''log --decorate --all --graph --pretty=format:"%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'';
};
extraConfig = {
+ fetch.showForcedUpdate = "false";
push.default = "simple";
pull.rebase = "true";
commit.template = "${./git-commit-template}";