Files
nixpkgs/pkgs/development/python-modules/httpx/setup-hook.sh
T
2025-04-02 09:08:28 +02:00

6 lines
88 B
Bash

httpxSslCertFileUnset() {
unset SSL_CERT_FILE
}
postHooks+=(httpxSslCertFileUnset)