diff --git a/modules/dev/cc.nix b/modules/dev/cc.nix index db781fae..2e35df77 100644 --- a/modules/dev/cc.nix +++ b/modules/dev/cc.nix @@ -14,6 +14,10 @@ in gnumake cmake clang + # lsp + clang-tools + # lint + cpplint gdb ]; };