diff --git a/profiles/develop/programming/java.nix b/profiles/develop/programming/java.nix index e6630cc..2d3f3f6 100644 --- a/profiles/develop/programming/java.nix +++ b/profiles/develop/programming/java.nix @@ -1,5 +1,6 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ openjdk17 + clang-tools ]; }