services.athens.goBinaryEnvVars

NixOS option

Environment variables to pass to the Go binary.

type: attribute set
Default
{ }
Example
''
  { "GOPROXY" = "direct", "GODEBUG" = "true" }
''
declared in: nixos/modules/services/development/athens.nixView source on NixOS/nixpkgs →