mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
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