From 31435ea98d30ae99f5679c48e0708efdf4ea1b2f Mon Sep 17 00:00:00 2001 From: Nahara Gomez Castro Date: Sat, 16 Mar 2024 18:09:20 -0300 Subject: [PATCH] Switch to `openssl-tls` on nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2ca105a..29d9ccd 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ }; buildNoDefaultFeatures = true; - buildFeatures = [ "openssl" ]; + buildFeatures = [ "openssl-tls" ]; nativeBuildInputs = [ pkgs.pkg-config