mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
After the 0.46.0 bump introduced in #524651, `nix build .#dufs` fails because the new test suite uses reqwest's blocking client, which requires trusted CA certificates that are not available in the build sandbox. Set `SSL_CERT_FILE` in `preCheck` to point at the `cacert` bundle so the tests can construct TLS clients.