diff options
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/nuttx.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index ebe30b8..d3303c1 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -16,8 +16,8 @@ let in pkgs.mkShell { packages = (with pkgs; [ - gnumake cmake - kconfig-frontends genromfs + gnumake + kconfig-frontends genromfs xxd openocd ]) ++ (with pkgs-riscv.buildPackages; [ gcc gdb |