programs.go.packages

Home-Manager option

Packages to add to GOPATH.

type: attribute set of absolute path
Default
{ }
Example
{ "golang.org/x/text" = builtins.fetchGit "https://go.googlesource.com/text"; "golang.org/x/time" = builtins.fetchGit "https://go.googlesource.com/time"; }
declared in: <home-manager/modules/programs/go.nix>source unavailable