Disable TLS verification for builtin fetchurl
This makes it consistent with the Nixpkgs fetchurl and makes it work in chroots. We don't need verification because the hash of the result is checked anyway.
Showing
- src/libstore/builtins.cc 7 additions, 1 deletionsrc/libstore/builtins.cc
- src/libstore/download.cc 17 additions, 9 deletionssrc/libstore/download.cc
- src/libstore/download.hh 7 additions, 1 deletionsrc/libstore/download.hh
- src/nix-prefetch-url/nix-prefetch-url.cc 1 addition, 1 deletionsrc/nix-prefetch-url/nix-prefetch-url.cc
Loading
Please register or sign in to comment