diff options
Diffstat (limited to 'flake.nix')
-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; |