3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #74811 from marsam/buildGoModule-disable-goproxy-on-package-build

buildGoModule: disable consult the checksum database on build
This commit is contained in:
Mario Rodas 2019-12-07 18:25:25 -05:00 committed by GitHub
commit 21c657cd59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ let
export GOCACHE=$TMPDIR/go-cache
export GOPATH="$TMPDIR/go"
export GOSUMDB=off
export GOPROXY=file://${go-modules}
runHook postConfigure