aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/c.nix6
-rw-r--r--devShells/nuttx.nix2
2 files changed, 5 insertions, 3 deletions
diff --git a/devShells/c.nix b/devShells/c.nix
index 76e653c..5d4278e 100644
--- a/devShells/c.nix
+++ b/devShells/c.nix
@@ -5,15 +5,15 @@ let
in pkgs.mkShell {
packages = (with pkgs; [
- clang-tools
+ clang-tools ctags
gcc gdb pkg-config
meson ninja bear
cmake
- cppcheck flawfinder
-
+ valgrind
lcov massif-visualizer
+ cppcheck flawfinder
check
curl
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
]);