From f695457f815544d0dc16469569c70556e3165bb6 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 10 Apr 2021 08:28:16 -0700 Subject: contrib: add clang-tools to nix flake --- contrib/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/flake.nix b/contrib/flake.nix index c86bba6809..e75ff0356b 100644 --- a/contrib/flake.nix +++ b/contrib/flake.nix @@ -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 + '' -- cgit