revert go, fix final closing brace
Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
@@ -153,7 +153,6 @@
|
||||
window-width = 80;
|
||||
};
|
||||
};
|
||||
};
|
||||
git = {
|
||||
enable = true;
|
||||
lfs = {
|
||||
@@ -166,12 +165,12 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
# go = {
|
||||
# enable = true;
|
||||
# env = {
|
||||
# GOPRIVATE = [ "git.sprouting.cloud" ];
|
||||
# };
|
||||
# };
|
||||
go = {
|
||||
enable = true;
|
||||
env = {
|
||||
GOPRIVATE = [ "git.sprouting.cloud" ];
|
||||
};
|
||||
};
|
||||
gpg = {
|
||||
enable = true;
|
||||
};
|
||||
@@ -340,4 +339,5 @@
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user