From 1c98a490455d93eddcef9920a273ef20d99b6c7b Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 4 Oct 2025 18:53:35 +0200 Subject: [PATCH] chore(java): Update --- java/.envrc | 0 java/flake.lock | 6 +++--- java/flake.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 java/.envrc diff --git a/java/.envrc b/java/.envrc new file mode 100644 index 0000000..e69de29 diff --git a/java/flake.lock b/java/flake.lock index 7b4976e..b799c7b 100644 --- a/java/flake.lock +++ b/java/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1760965567, - "narHash": "sha256-0JDOal5P7xzzAibvD0yTE3ptyvoVOAL0rcELmDdtSKg=", + "lastModified": 1761440988, + "narHash": "sha256-2qsow3cQIgZB2g8Cy8cW+L9eXDHP6a1PsvOschk5y+E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cb82756ecc37fa623f8cf3e88854f9bf7f64af93", + "rev": "de69d2ba6c70e747320df9c096523b623d3a4c35", "type": "github" }, "original": { diff --git a/java/flake.nix b/java/flake.nix index ede6013..480265f 100644 --- a/java/flake.nix +++ b/java/flake.nix @@ -19,7 +19,7 @@ gradle # You might want to use your own IDE. - # (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ]) + (jetbrains.plugins.addPlugins jetbrains.idea-ultimate [ "github-copilot" ]) ]; }; });