From 533c68eb26b51f84643f6f2cff0e84f68965ac9a Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sun, 13 Oct 2024 17:21:48 +0200 Subject: [PATCH] [java] Update flake --- java/flake.lock | 12 ++++++------ java/flake.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/java/flake.lock b/java/flake.lock index 84e3658..376f488 100644 --- a/java/flake.lock +++ b/java/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1695806987, - "narHash": "sha256-fX5kGs66NZIxCMcpAGIpxuftajHL8Hil1vjHmjjl118=", + "lastModified": 1728538411, + "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f3dab3509afca932f3f4fd0908957709bb1c1f57", + "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221", "type": "github" }, "original": { diff --git a/java/flake.nix b/java/flake.nix index bb1df19..e1a7ff6 100644 --- a/java/flake.nix +++ b/java/flake.nix @@ -15,10 +15,11 @@ in { devShells.default = pkgs.mkShell { packages = with pkgs; [ + jdk8 openjdk17 # You might want to use your own IDE. - jetbrains.idea-ultimate + # (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ]) ]; }; });