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