diff --git a/tvix/boot/tests/default.nix b/tvix/boot/tests/default.nix index 34e2e0dd9..87530da0d 100644 --- a/tvix/boot/tests/default.nix +++ b/tvix/boot/tests/default.nix @@ -48,6 +48,8 @@ let ]; buildCommand = '' touch $out + # Ensure we can construct http clients. + export SSL_CERT_FILE="${pkgs.cacert.out}/etc/ssl/certs/ca-bundle.crt" # Start the tvix daemon, listening on a unix socket. BLOB_SERVICE_ADDR=${blobServiceAddr} \