From f4f8921f97eefb1b5832f36f7b757bcb91b7cb24 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 29 Mar 2020 20:50:19 +0200 Subject: [PATCH] nixos/gerrit: stop setting jvmPackage (#83696) jdk12_headless disappeared in d00559ebb84af84b48a207a5a0a0762ce9d577eb, and just using the default in the VM test should be fine IMHO. --- nixos/tests/gerrit.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/gerrit.nix b/nixos/tests/gerrit.nix index e8b5cb4c4feb..6cee64a20095 100644 --- a/nixos/tests/gerrit.nix +++ b/nixos/tests/gerrit.nix @@ -24,7 +24,6 @@ in { enable = true; serverId = "aa76c84b-50b0-4711-a0a0-1ee30e45bbd0"; listenAddress = "[::]:80"; - jvmPackage = pkgs.jdk12_headless; jvmHeapLimit = "1g"; plugins = [ lfs ];