fetchcargo: set CA bundle path
This commit is contained in:
parent
26c2f71131
commit
34023d867d
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
||||
phases = "unpackPhase installPhase";
|
||||
|
||||
installPhase = ''
|
||||
export SSL_CERT_FILE=${cacert}/etc/ssl/certs/ca-bundle.crt
|
||||
bash ${./fetch-cargo-deps} . "$out"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user