mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
fix fetch-cargo SSL error
This commit is contained in:
parent
bd8f383f15
commit
7336191574
@ -43,6 +43,9 @@ set -u
|
||||
# Do any possible 'cargo update -p <pkgName> --precise <version>' ad-hoc updates
|
||||
eval "$cargoUpdateHook"
|
||||
|
||||
# stdenv setup sets SSL_CERT_FILE to a nonexistent path; cargo doesn't like that
|
||||
unset SSL_CERT_FILE
|
||||
|
||||
# Do the fetch
|
||||
cargo fetch --verbose
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user