Skip to content

Commit

Permalink
Merge pull request #1541 from mmlb/patch-1
Browse files Browse the repository at this point in the history
Set GOTOOLCHAIN=local for languages.go
  • Loading branch information
domenkozar authored Oct 18, 2024
2 parents 4e8b50f + 8178d67 commit 3c3ab08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/languages/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ in

env.GOROOT = cfg.package + "/share/go/";
env.GOPATH = config.env.DEVENV_STATE + "/go";
env.GOTOOLCHAIN = "local";

enterShell = ''
export PATH=$GOPATH/bin:$PATH
Expand Down

0 comments on commit 3c3ab08

Please sign in to comment.