flake.nix: add clangd and bear
This commit is contained in:
parent
ec788964e9
commit
012ddaa322
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@
|
|||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
|
||||
nativeBuildInputs = nativeBuildDeps;
|
||||
nativeBuildInputs = nativeBuildDeps ++ [ clang-tools bear ];
|
||||
buildInputs = buildDeps ++ propagatedDeps ++ awsDeps;
|
||||
|
||||
inherit configureFlags;
|
||||
|
|
Loading…
Reference in a new issue