mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-08 06:13:55 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
httpxSslCertFileUnset() {
|
|
unset SSL_CERT_FILE
|
|
}
|
|
|
|
postHooks+=(httpxSslCertFileUnset)
|