programs.go.packages

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
<home-manager/modules/programs/go.nix>