services.athens.goBinaryEnvVars
NixOS option
Environment variables to pass to the Go binary.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/development/athens.nixView source on NixOS/nixpkgs →''
{ "GOPROXY" = "direct", "GODEBUG" = "true" }
''