Skip to content

Commit

Permalink
Merge pull request #1191 from ttrei/patch-1
Browse files Browse the repository at this point in the history
Fixup gradle package documentation
  • Loading branch information
domenkozar authored May 8, 2024
2 parents 659f5fe + 8bc5a3f commit 67d3734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/java.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in
enable = mkEnableOption "gradle";
package = mkOption {
type = types.package;
defaultText = literalExpression "pkgs.gradle.override { jdk = cfg.jdk.package; }";
defaultText = literalExpression "pkgs.gradle.override { java = cfg.jdk.package; }";
description = ''
The Gradle package to use.
The Gradle package by default inherits the JDK from `languages.java.jdk.package`.
Expand Down

0 comments on commit 67d3734

Please sign in to comment.