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