mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
5 lines
116 B
Bash
5 lines
116 B
Bash
cacertHook() {
|
|
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
|
}
|
|
|
|
addEnvHooks "$targetOffset" cacertHook
|