flake.nix: add clangd and bear

This commit is contained in:
Yorick 2022-11-25 13:47:28 +01:00 committed by Alexander Bantyev
parent ec788964e9
commit 012ddaa322
No known key found for this signature in database
GPG key ID: E081FF12ADCB4AD5

View file

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