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