tools: use parallel to run clang-tidy

This commit is contained in:
outfoxxed 2024-02-26 03:22:26 -08:00
parent cfd9a27619
commit e6d2426a5a
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 3 additions and 8 deletions

View file

@ -10,6 +10,7 @@ in pkgs.mkShell {
nativeBuildInputs = with pkgs; [
just
clang-tools_17
parallel
cmake
pkg-config