From 847042a57a624c991b6a43744ce85889fb54a2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 20 Jun 2022 13:46:53 +0200 Subject: devShells/nuttx: add genromfs --- devShells/nuttx.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devShells') 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 -- cgit v1.2.3