about summary refs log tree commit diff
path: root/nixos/tests/gerrit.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-03-29 20:50:19 +0200
committerGitHub <noreply@github.com>2020-03-29 18:50:19 +0000
commitf4f8921f97eefb1b5832f36f7b757bcb91b7cb24 (patch)
tree4ce7d93330b75013709122f5a48699aa8fa6d394 /nixos/tests/gerrit.nix
parent21dbe886703fa958307b3435ca43553884a86ca9 (diff)
nixos/gerrit: stop setting jvmPackage (#83696)
jdk12_headless disappeared in d00559ebb84af84b48a207a5a0a0762ce9d577eb,
and just using the default in the VM test should be fine IMHO.
Diffstat (limited to 'nixos/tests/gerrit.nix')
-rw-r--r--nixos/tests/gerrit.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/gerrit.nix b/nixos/tests/gerrit.nix
index e8b5cb4c4feb7..6cee64a20095a 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 ];