From 2a7fb572b964b93bd4f211cff52caddb459d0954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Aug 2022 08:41:15 +0200 Subject: devShells/nuttx: add cmake --- devShells/nuttx.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devShells/nuttx.nix') diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index 34c1361..40172f0 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -16,11 +16,12 @@ let in pkgs.mkShell { packages = (with pkgs; [ - gnumake kconfig-frontends genromfs xxd openocd - meson ninja bear + gnumake bear + meson ninja + cmake ]) ++ (with pkgs-cross.buildPackages; [ gcc gdb ]); -- cgit v1.2.3