diff --git a/options.xhtml b/options.xhtml index a7934c5da..a02ce2933 100644 --- a/options.xhtml +++ b/options.xhtml @@ -13897,8 +13897,8 @@ list of (maintainer)
Declared by:
-
-/nix/store/ng21zi7jrcaarargnfa04880s62mbzvv-source/modules/generic/meta-maintainers.nix
+ |
Declared by:
-
-/nix/store/ng21zi7jrcaarargnfa04880s62mbzvv-source/modules/generic/meta-maintainers.nix
+ |
Declared by:
-
-/nix/store/ng21zi7jrcaarargnfa04880s62mbzvv-source/modules/generic/meta-maintainers.nix
+ |
Declared by:
-
-/nix/store/ng21zi7jrcaarargnfa04880s62mbzvv-source/modules/generic/meta-maintainers.nix
+ |
Declared by:
-
-/nix/store/ng21zi7jrcaarargnfa04880s62mbzvv-source/modules/generic/meta-maintainers.nix
+ |
The go package to use.
Type: -package
+null or packageDefault:
pkgs.go
programs.go.extraGoPaths
+ programs.go.env
Extra GOPATHs relative to HOME appended
-after programs.go.goPath, if that option is set.
Environment variables for Go. All the available options +can be found running ‘go env’.
Type: -list of string
+attribute set of stringDefault:
-[ ]
{ }
+
+Example:
{
+ GOPATH = [
+ "${config.home.homeDirectory}/mygo"
+ "/another/go"
+ "/yet/another/go"
+ ];
+
+ GOPRIVATE = [
+ "*.corp.example.com"
+ "rsc.io/private"
+ ];
+
+ CXX = "g++";
+ GCCGO = "gccgo";
+ GOAMD64 = "v1";
+ GOARCH = "amd64";
+ GOAUTH = "netrc";
+};
-Example:
[
- "extraGoPath1"
- "extraGoPath2"
-]
Declared by:
@@ -34949,21 +34964,18 @@ list of string
programs.go.goBin
+ programs.go.env.GOPATH
GOBIN relative to HOME
+List of directories that should be used by the Go tooling.
Type: -null or string
+string or list of stringDefault:
-null
Example:
-".local/bin.go"
""
Declared by: