chore(nix): update clang-format to clang-tools 16

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-23 13:46:04 +02:00
parent 59ec0135d7
commit 095de5ed4b
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -23,6 +23,8 @@
types_or = ["c" "c++" "java" "json" "objective-c"];
};
};
tools.clang-tools = pkgs.clang-tools_16;
};
};