Loading
fetchurl: enable TLS verification when `NIX_SSL_CERT_FILE` is set
This is a follow-up to a169553f. In most cases it should allow the TLS verification to be enabled. It also makes the behavior of `fetchurl` more consistent with other fetchers like `fetchgit`. Ideally we would always fallback on `cacert` but I am not sure how to build `cacert` during bootstrap without making an unmaintainable mess.