1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 09:20:58 +03:00

nixos/gerrit: Pin Java version to 21 (#410340)

This commit is contained in:
Florian Klink 2025-05-24 11:06:17 +03:00 committed by GitHub
commit 6ecc26e123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;