Switch to openssl-tls on nix flake (#359)

This commit is contained in:
bytedream 2024-04-18 18:44:31 +02:00
parent 4fc20c7c1c
commit 9bdd3aa85b
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@
};
buildNoDefaultFeatures = true;
buildFeatures = [ "openssl" ];
buildFeatures = [ "openssl-tls" ];
nativeBuildInputs = [
pkgs.pkg-config