From 944968b85815835e73edda2bc47cfb1e553037f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Jun 2022 15:37:25 +0200 Subject: devShells/nuttx: add make and cmake --- devShells/nuttx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devShells/nuttx.nix') diff --git a/devShells/nuttx.nix b/devShells/nuttx.nix index 3066997..04a057d 100644 --- a/devShells/nuttx.nix +++ b/devShells/nuttx.nix @@ -14,7 +14,7 @@ let in pkgs.mkShell { packages = (with pkgs; [ - kconfig-frontends + kconfig-frontends make cmake ]) ++ (with pkgs-riscv.buildPackages; [ gcc gdb ]); -- cgit v1.2.3