build: Add ClangBuildAnalyzer to Nix (#7538)

Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
Ayaz Salikhov
2026-06-15 20:04:33 +01:00
committed by GitHub
parent b34aa84e5a
commit fe4c8ae82a
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ ccache --version
clang --version
clang++ --version
clang-format --version
ClangBuildAnalyzer --version
cmake --version
conan --version
curl --version

View File

@@ -9,6 +9,7 @@ in
{
commonPackages = with pkgs; [
ccache
clangbuildanalyzer
cmake
conan
curlMinimal # needed for codecov/codecov-action