contrib: add clang-tools to nix flake

This commit is contained in:
Michael Lingelbach
2021-04-10 08:28:16 -07:00
parent 1b030f889c
commit f695457f81

View File

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