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;
|
window-width = 80;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs = {
|
lfs = {
|
||||||
@@ -166,12 +165,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# go = {
|
go = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# env = {
|
env = {
|
||||||
# GOPRIVATE = [ "git.sprouting.cloud" ];
|
GOPRIVATE = [ "git.sprouting.cloud" ];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
gpg = {
|
gpg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
@@ -340,4 +339,5 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user