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:
commit
21c657cd59
|
@ -98,6 +98,7 @@ let
|
|||
|
||||
export GOCACHE=$TMPDIR/go-cache
|
||||
export GOPATH="$TMPDIR/go"
|
||||
export GOSUMDB=off
|
||||
export GOPROXY=file://${go-modules}
|
||||
|
||||
runHook postConfigure
|
||||
|
|
Loading…
Reference in a new issue