Added build dependencies.

This commit is contained in:
vorboyvo 2024-12-28 14:01:35 -05:00
parent 197b9dce6d
commit 68a45b26d0

View file

@ -14,6 +14,8 @@
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
cargo rustc rust-analyzer clippy cargo rustc rust-analyzer clippy
pkg-config
openssl
]; ];
}; };
}; };