From fddcb2a7ed72bb1fb60c9967e0958a8b438a2e17 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 10 Jul 2023 21:32:37 -0400 Subject: [PATCH] tweak(java): add gradle This is actually necessary for Kotlin, but belonged more in the Java file --- profiles/develop/programming/java.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/develop/programming/java.nix b/profiles/develop/programming/java.nix index 307e304..9544bcd 100644 --- a/profiles/develop/programming/java.nix +++ b/profiles/develop/programming/java.nix @@ -2,5 +2,6 @@ environment.systemPackages = with pkgs; [ openjdk19 clang-tools + gradle ]; }