flake.nix: update build inputs
This commit is contained in:
parent
717f366979
commit
10d739db4f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue