languages/clang: unpin clang-tools package

This commit is contained in:
NotAShelf 2024-06-25 22:32:12 +03:00
parent 155bc8e1cc
commit 1bb901edeb
No known key found for this signature in database
GPG Key ID: AF26552424E53993
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
'';
};
clangd = {
package = pkgs.clang-tools_16;
package = pkgs.clang-tools;
lspConfig = ''
local clangd_cap = capabilities
-- use same offsetEncoding as null-ls