summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-22 09:19:29 -0700
committerBen Sima <ben@bsima.me>2019-04-22 09:19:29 -0700
commit416435f75c9eb97ae335cb1308bc8da3035ae7a6 (patch)
tree3cd87a5cc3cd37c7900af8c78ae13ebc90400d45 /common.nix
parent3863ef0e017d3031bb4488e0de1d6036b4e6b39f (diff)
package updates
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 79e6597..7fe0094 100644
--- a/common.nix
+++ b/common.nix
@@ -68,7 +68,7 @@ in
userName = "Ben Sima";
userEmail = "ben@bsima.me";
ignores = [ "*~" "*.swp" ];
- package = pkgs.gitAndTools.stgit;
+ package = pkgs.gitAndTools.gitFull;
aliases = {
authors = "shortlog -s -n";
};