Merge pull request #68614 from nspin/pr/simplify-cacert-setup-hook
cacert: simplify setupHook
This commit is contained in:
commit
f7e4eeda6c
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
|||
cacertHook() {
|
||||
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
|
||||
}
|
||||
|
||||
addEnvHooks "$targetOffset" cacertHook
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue