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 {
|
in {
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
name = "forcebot_rs-devenv";
|
name = "forcebot_rs-devenv";
|
||||||
|
nativeBuildInputs = [pkgs.pkg-config];
|
||||||
|
buildInputs = with pkgs; [openssl libiconv];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
alejandra
|
alejandra
|
||||||
|
|
Loading…
Reference in a new issue