aboutsummaryrefslogtreecommitdiff
path: root/devShells/nuttx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/nuttx.nix')
-rw-r--r--devShells/nuttx.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix
index 612465f..34c1361 100644
--- a/devShells/nuttx.nix
+++ b/devShells/nuttx.nix
@@ -19,6 +19,8 @@ in pkgs.mkShell {
gnumake
kconfig-frontends genromfs xxd
openocd
+
+ meson ninja bear
]) ++ (with pkgs-cross.buildPackages; [
gcc gdb
]);