flake.nix: update build inputs

This commit is contained in:
notohh 2024-02-25 10:31:36 -05:00
parent 717f366979
commit 10d739db4f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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