1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix(go): set toolchain to local

This commit is contained in:
Ryan Cao 2024-09-04 19:05:55 +08:00
parent ff4ad2bb97
commit 61121a5b50
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1

View file

@ -5,7 +5,7 @@ _: {
};
home.sessionVariables = {
GOTOOLCHAIN = "path";
GOTOOLCHAIN = "local";
GOPROXY = "direct";
};
}