Merge pull request #14340 from mjlbach/fix_clangd_nix

contrib: add clang-tools to nix flake
This commit is contained in:
Michael Lingelbach
2021-04-10 16:54:56 -07:00
committed by GitHub

View File

@@ -72,6 +72,7 @@
jq # jq for scripts/vim-patch.sh -r
shellcheck # for `make shlint`
doxygen # for script/gen_vimdoc.py
clang-tools # for clangd to find the correct headers
]);
shellHook = oa.shellHook + ''