mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
e7ede726ba
Triggering this setupHook for dependencies at targetOffset does not work in cross-compilation cases where such a dependency is lacking. This simplified setupHook is more robust.
4 lines
139 B
Bash
4 lines
139 B
Bash
export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
|
# left for compatibility
|
|
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|