Add gitFull package for git.
It allows me to send patch emails
This commit is contained in:
parent
d5bd463b49
commit
7e7df75a27
|
@ -126,6 +126,7 @@
|
|||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
userName = "Eli Ribble";
|
||||
userEmail = "eli@theribbles.org";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue