Skip to content

Commit

Permalink
java: actually inherit jdk overlay
Browse files Browse the repository at this point in the history
When this flake was last updated, the overlay were
changed a bit. `jdk` was removed from the overlay
accidentally. It was just re-added to have the
entire stack match the set Java version.
  • Loading branch information
sebaszv committed Jan 14, 2025
1 parent 208af60 commit 5e084fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
jdk = prev."jdk${toString javaVersion}";
in
{
inherit jdk;
maven = prev.maven.override { jdk_headless = jdk; };
gradle = prev.gradle.override { java = jdk; };
lombok = prev.lombok.override { inherit jdk; };
Expand Down

0 comments on commit 5e084fe

Please sign in to comment.