From 10d739db4fe0e7807d3b3a3d638c941987dcc1fd Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 25 Feb 2024 10:31:36 -0500 Subject: [PATCH] flake.nix: update build inputs --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e23bd30..c6be631 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,8 @@ in { devShells.${system}.default = pkgs.mkShell { name = "forcebot_rs-devenv"; + nativeBuildInputs = [pkgs.pkg-config]; + buildInputs = with pkgs; [openssl libiconv]; packages = with pkgs; [ nil alejandra