Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1httpxSslCertFileUnset() { 2 unset SSL_CERT_FILE 3} 4 5postHooks+=(httpxSslCertFileUnset)