aboutsummaryrefslogtreecommitdiff
path: root/devShells/c.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/c.nix')
-rw-r--r--devShells/c.nix6
1 files changed, 3 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