programs.go.packages
Home-Manager option
Packages to add to GOPATH.
type: attribute set of absolute pathDefault
{ }Example
declared in: <home-manager/modules/programs/go.nix>source unavailable{ "golang.org/x/text" = builtins.fetchGit "https://go.googlesource.com/text"; "golang.org/x/time" = builtins.fetchGit "https://go.googlesource.com/time"; }