summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-06-13 12:59:08 -0400
committerinyourwalls <inyourwalls@tutanota.com>2024-06-13 12:59:08 -0400
commit56531253380bcbcb7d98ea074ba31a314a39ac8f (patch)
tree017f42f2b18b5819558a2d53ab1e2cb126b48dce /flake.nix
parentfbe98d037021a0fe4ec2792363134142925069cb (diff)
un-bump version, fix config screen
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index cef73c2..5716063 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,9 +9,9 @@
devShells.x86_64-linux.default = let pkgs = nixpkgs.legacyPackages.x86_64-linux;
in pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
- openjdk17
- jdt-language-server
gradle
+ jdk21
+ jdt-language-server
];
};
};