summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-24 13:12:13 -0400
committerRosa <rosaontheweb@proton.me>2026-03-24 13:12:13 -0400
commita86cf00f643e2cd2108552a157384c95cb07e8d7 (patch)
treee4b2438f93fa47d01b9483d1f72a0a49354744bf /flake.nix
parent8fa1a2a708aecf6a83ce15943ff27fec35aae72c (diff)
WHERE IS GUIGRAPHICS
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 965fe52..fa3e373 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ libglvnd ];
nativeBuildInputs = with pkgs.buildPackages; [
gradle
- jdk21
+ jdk25
jdt-language-server
];
};