tweak(java): add clang-tools for clang-format

This commit is contained in:
Infinidoge 2022-08-15 23:19:05 -04:00
parent 62602f57f1
commit 720cd43a40

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
openjdk17
clang-tools
];
}