use gitFull
now that I figured out why it wasn't working (it was urbos's fault)
This commit is contained in:
parent
924c51aa1f
commit
28489a2141
1 changed files with 1 additions and 4 deletions
|
@ -31,10 +31,7 @@
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# bah, this doesn't work
|
package = pkgs.gitFull;
|
||||||
# package = pkgs.git.override {
|
|
||||||
# sendEmailSupport = true;
|
|
||||||
# };
|
|
||||||
userEmail = "root@gws.fyi";
|
userEmail = "root@gws.fyi";
|
||||||
userName = "Griffin Smith";
|
userName = "Griffin Smith";
|
||||||
ignores = [
|
ignores = [
|
||||||
|
|
Loading…
Reference in a new issue