mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
manage go env with hm
This commit is contained in:
parent
f4d346b89c
commit
2525dc29b9
2 changed files with 6 additions and 1 deletions
|
|
@ -3,4 +3,9 @@
|
|||
enable = true;
|
||||
goPath = ".go";
|
||||
};
|
||||
|
||||
home.file."Library/Application Support/go/env".text = ''
|
||||
GOTOOLCHAIN=path
|
||||
GOPROXY=direct
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue