mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 12:09:08 +00:00
support impure env GOPROXY
which is by go mod download
This commit is contained in:
parent
cabedd2add
commit
36bc9ef864
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let
|
|||
outputHashAlgo = null;
|
||||
outputHash = hash;
|
||||
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
|
||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [ "GOPROXY" ];
|
||||
};
|
||||
|
||||
buildGoApplication =
|
||||
|
|
Loading…
Reference in a new issue