summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index cfe6e1b..b0af3b8 100644
--- a/common.nix
+++ b/common.nix
@@ -63,7 +63,7 @@ in
userName = "Ben Sima";
userEmail = "ben@bsima.me";
ignores = [ "*~" "*.swp" ];
- package = pkgs.gitAndTools.gitFull;
+ package = pkgs.gitAndTools.stgit;
aliases = {
authors = "shortlog -s -n";
};