aboutsummaryrefslogtreecommitdiff
path: root/devShells/nuttx.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-15 15:15:47 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-15 15:15:47 +0200
commitc164d5597b126654f683c0e0974d5ecf36e0d14e (patch)
treeb811e65cc5d8b5a0d3662c1bee956d9857a52c97 /devShells/nuttx.nix
parent977a2e976ac87a4e994e33c0ccea51cbef3bc30d (diff)
downloadnixos-personal-c164d5597b126654f683c0e0974d5ecf36e0d14e.tar.gz
nixos-personal-c164d5597b126654f683c0e0974d5ecf36e0d14e.tar.bz2
nixos-personal-c164d5597b126654f683c0e0974d5ecf36e0d14e.zip
nixos: move C develop to just devShells
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
]);