From a571f0b175013320cd1f4a257a4f5d242ee6fef0 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 15 Oct 2024 00:06:21 -0400 Subject: [PATCH] Drop openssl from build inputs --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 0d0bdfd..d2eba98 100644 --- a/flake.nix +++ b/flake.nix @@ -31,8 +31,6 @@ cargoLock = { lockFile = ./Cargo.lock; }; - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ openssl ]; checkFlags = [ "--skip=address::test::remote" ]; }; };