summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpx/setup-hook.sh
blob: 7e9ced07b69c5f988580501bbe5c91376a015b5b (plain)
1
2
3
4
5
httpxSslCertFileUnset() {
    unset SSL_CERT_FILE
}

postHooks+=(httpxSslCertFileUnset)