nixpkgs/pkgs/build-support/fetchurl
Thomas Gerbet f829274128 fetchurl: enable TLS verification when NIX_SSL_CERT_FILE is set
This is a follow-up to a169553f7e.
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.
2024-10-22 14:58:54 +02:00
..
boot.nix fetchurl: nixfmt-rfc-style 2024-09-25 14:51:53 -03:00
builder.sh fetchurl: enable TLS verification when NIX_SSL_CERT_FILE is set 2024-10-22 14:58:54 +02:00
default.nix fetchurl: enable TLS verification when NIX_SSL_CERT_FILE is set 2024-10-22 14:58:54 +02:00
mirrors.nix fetchurl: nixfmt-rfc-style 2024-09-25 14:51:53 -03:00
tests.nix fetchurl: nixfmt-rfc-style 2024-09-25 14:51:53 -03:00
write-mirror-list.sh