flake.nix: add clangd and bear

This commit is contained in:
Yorick van Pelt
2022-11-25 13:47:28 +01:00
committed by Alexander Bantyev
parent ec788964e9
commit 012ddaa322

View File

@@ -701,7 +701,7 @@
outputs = [ "out" "dev" "doc" ];
nativeBuildInputs = nativeBuildDeps;
nativeBuildInputs = nativeBuildDeps ++ [ clang-tools bear ];
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;
inherit configureFlags;