Fix clangd

This commit is contained in:
2026-07-08 15:41:53 +01:00
parent 8f73f09b58
commit 7a9b44a735
5 changed files with 9 additions and 5 deletions
+1
View File
@@ -18,6 +18,7 @@
devShells = forAllSystems (pkgs: {
default = pkgs.mkShell {
packages = with pkgs; [
clang-tools
clang
ccache
pkg-config