Env: add clang-tools to ./shell.nix

This commit is contained in:
2026-04-27 19:26:42 +02:00
parent 73f892aff0
commit 56498b2732
+1
View File
@@ -8,5 +8,6 @@ pkgs.mkShell {
pkgs.gdb
pkgs.valgrind
pkgs.kdePackages.kcachegrind
pkgs.clang-tools
];
}