Commit 9b562802 authored by zowoq's avatar zowoq
Browse files

Revert "buildGoModule: set GOPROXY to go default"

This reverts commit 3392d56b.

Fixed in cbc976a9
parent 59ed084c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
    '';