mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 20:19:08 +00:00
commit
b9b7ac34cb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let
|
||||||
outputHashAlgo = null;
|
outputHashAlgo = null;
|
||||||
outputHash = hash;
|
outputHash = hash;
|
||||||
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
|
impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [ "GOPROXY" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
buildGoApplication =
|
buildGoApplication =
|
||||||
|
|
Loading…
Reference in a new issue