diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-04-10 08:28:16 -0700 |
---|---|---|
committer | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-04-10 08:28:16 -0700 |
commit | f695457f815544d0dc16469569c70556e3165bb6 (patch) | |
tree | 048015221dda5c5c404f63763b1b7f9b85740cfc | |
parent | 1b030f889ccc3be9ced67bcbe3e817f20536d072 (diff) | |
download | rneovim-f695457f815544d0dc16469569c70556e3165bb6.tar.gz rneovim-f695457f815544d0dc16469569c70556e3165bb6.tar.bz2 rneovim-f695457f815544d0dc16469569c70556e3165bb6.zip |
contrib: add clang-tools to nix flake
-rw-r--r-- | contrib/flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 + '' |