From 012ddaa3228cbf0bd99309cbfb2ad46feb7bf27e Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Fri, 25 Nov 2022 13:47:28 +0100 Subject: [PATCH] flake.nix: add clangd and bear --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0325f33b1..f3a401868 100644 --- a/flake.nix +++ b/flake.nix @@ -701,7 +701,7 @@ outputs = [ "out" "dev" "doc" ]; - nativeBuildInputs = nativeBuildDeps; + nativeBuildInputs = nativeBuildDeps ++ [ clang-tools bear ]; buildInputs = buildDeps ++ propagatedDeps ++ awsDeps; inherit configureFlags;