2017-12-23 06:13:29 -08:00
|
|
|
cacertHook() {
|
2019-05-08 23:42:07 -07:00
|
|
|
export NIX_SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
|
|
|
# left for compatibility
|
2017-12-23 06:13:29 -08:00
|
|
|
export SSL_CERT_FILE=@out@/etc/ssl/certs/ca-bundle.crt
|
|
|
|
}
|
|
|
|
|
2018-01-07 12:22:53 -08:00
|
|
|
addEnvHooks "$targetOffset" cacertHook
|