diff options
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/c.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index 2a16700..949b291 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -4,7 +4,8 @@ let in pkgs.mkShell { packages = (with pkgs; [ - ccls gcc gdb + clang-tools + gcc gdb cppcheck flawfinder bear meson lcov massif-visualizer |