forked from mirrors/gomod2nix
commit
b9b7ac34cb
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