Switch to rustls instead of openssl

This commit is contained in:
2025-06-23 21:15:56 -04:00
parent e1abd2051c
commit 686853d769
3 changed files with 234 additions and 265 deletions

View File

@ -17,8 +17,6 @@
buildPkgs = with pkgs; [
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
pkg-config
openssl
];
in
{