mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
fix(go): set toolchain to local
This commit is contained in:
parent
ff4ad2bb97
commit
61121a5b50
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ _: {
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
GOTOOLCHAIN = "path";
|
GOTOOLCHAIN = "local";
|
||||||
GOPROXY = "direct";
|
GOPROXY = "direct";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue