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