From 68a45b26d035387f69862713d55d3a90e1a47096 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Sat, 28 Dec 2024 14:01:35 -0500 Subject: [PATCH] Added build dependencies. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index b49f836..9e644d0 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,8 @@ devShells.${system}.default = pkgs.mkShell { buildInputs = with pkgs; [ cargo rustc rust-analyzer clippy + pkg-config + openssl ]; }; };