mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
![Nick Spinale](/assets/img/avatar_default.png)
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
|