flake.nix: add clangd and bear

This commit is contained in:
Yorick van Pelt
2023-02-10 14:29:59 +04:00
committed by Alexander Bantyev
parent ec788964e9
commit 012ddaa322
+1 -1
View File
@@ -701,7 +701,7 @@
outputs = [ "out" "dev" "doc" ];
nativeBuildInputs = nativeBuildDeps;
nativeBuildInputs = nativeBuildDeps ++ [ clang-tools bear ];
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;
inherit configureFlags;