Add pkg-config and openssl to flake

This commit is contained in:
2025-06-23 14:25:31 -04:00
parent 707f0ed727
commit d6ae84386f

View File

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