aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-04-23 13:18:40 -0400
committerinyourwalls <inyourwalls@tutanota.com>2024-04-23 13:18:40 -0400
commit60d34fa950384a2ee8db7d7bbef45aa48452e467 (patch)
treedcab0402aa480def5647d7199ba6dbc208b95f3a /flake.nix
parent6f0b00923e8198260bbdb987a311a5a2980409bc (diff)
update to 1.20.5
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 06e97ba..bac42ae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,8 +7,8 @@
devShells.${system}.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
gradle
+ jdk21
jdt-language-server
- openjdk17
];
};
};