diff options
author | Yorick van Pelt <yorick@yorickvanpelt.nl> | 2022-11-25 13:47:28 +0100 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2023-02-10 14:29:59 +0400 |
commit | 012ddaa3228cbf0bd99309cbfb2ad46feb7bf27e (patch) | |
tree | 049d097d9a8969640e976f6bcac37f440f793579 | |
parent | ec788964e91e0bf17eae5aac6b5dc0ab79c18c11 (diff) |
flake.nix: add clangd and bear
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -701,7 +701,7 @@ outputs = [ "out" "dev" "doc" ]; - nativeBuildInputs = nativeBuildDeps; + nativeBuildInputs = nativeBuildDeps ++ [ clang-tools bear ]; buildInputs = buildDeps ++ propagatedDeps ++ awsDeps; inherit configureFlags; |