diff options
-rw-r--r-- | devShells/nuttx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]); |