Unverified Commit 6f818c5e authored by Logan Barnett's avatar Logan Barnett
Browse files

dness: drop native-tls, use rustls



0.6.0 switched to rustls-tls-webpki-roots upstream, so openssl and
pkg-config are no longer needed.

Co-Authored-By: default avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent 6512cb9c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
{
  fetchFromGitHub,
  lib,
  openssl,
  pkg-config,
  rustPlatform,
  versionCheckHook,
  nix-update-script,
@@ -22,10 +20,6 @@ rustPlatform.buildRustPackage (finalAttrs: {

  doCheck = false; # Many tests require network access

  nativeBuildInputs = [ pkg-config ];

  buildInputs = [ openssl ];

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];