From c164d5597b126654f683c0e0974d5ecf36e0d14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Aug 2022 15:15:47 +0200 Subject: nixos: move C develop to just devShells --- devShells/c.nix | 6 +++--- devShells/nuttx.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'devShells') 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 ]); -- cgit v1.2.3