From e4cb9cf9afa6474a2824b139623afa643b7506b9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 12 Mar 2019 10:05:23 -0700 Subject: Use stgit instead of git send-email --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') 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"; }; -- cgit v1.2.3