From 5679c4ad2745fbd62a40be8beaa5c68b20c0a6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Jun 2022 13:13:42 +0200 Subject: devShells/nuttx: drop cmake --- devShells/nuttx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devShells/nuttx.nix') 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 -- cgit v1.2.3