Switch to openssl-tls on nix flake

This commit is contained in:
Nahara Gomez Castro 2024-03-16 18:09:20 -03:00 committed by GitHub
parent 26a858c1a1
commit 31435ea98d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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