mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
nixos/gerrit: Pin Java version to 21 (#410340)
This commit is contained in:
commit
6ecc26e123
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in
|
|||
|
||||
package = mkPackageOption pkgs "gerrit" { };
|
||||
|
||||
jvmPackage = mkPackageOption pkgs "jre_headless" { };
|
||||
jvmPackage = mkPackageOption pkgs "jdk21_headless" { };
|
||||
|
||||
jvmOpts = mkOption {
|
||||
type = types.listOf types.str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue