mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
7 lines
133 B
Bash
7 lines
133 B
Bash
httpxSslCertFileUnset() {
|
|
if [ ! -e "${SSL_CERT_FILE-}" ]; then
|
|
unset SSL_CERT_FILE
|
|
fi
|
|
}
|
|
|
|
postHooks+=(httpxSslCertFileUnset)
|