Loading pkgs/build-support/go/module.nix +0 −3 Original line number Diff line number Diff line Loading @@ -87,9 +87,6 @@ let runHook preConfigure export GOCACHE=$TMPDIR/go-cache export GOPATH="$TMPDIR/go" # fixes 'GOPROXY list is not the empty string, but contains no entries' # "https://proxy.golang.org,direct" is the go default export GOPROXY="''${GOPROXY:-"https://proxy.golang.org,direct"}" # respect impureEnvVars cd "${modRoot}" runHook postConfigure ''; Loading Loading
pkgs/build-support/go/module.nix +0 −3 Original line number Diff line number Diff line Loading @@ -87,9 +87,6 @@ let runHook preConfigure export GOCACHE=$TMPDIR/go-cache export GOPATH="$TMPDIR/go" # fixes 'GOPROXY list is not the empty string, but contains no entries' # "https://proxy.golang.org,direct" is the go default export GOPROXY="''${GOPROXY:-"https://proxy.golang.org,direct"}" # respect impureEnvVars cd "${modRoot}" runHook postConfigure ''; Loading