From 891650bd44e125a89f2960974dfb623d3fff6638 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Fri, 18 May 2018 17:11:29 +0200 Subject: [PATCH] nixos/tests/hydra: add it in nixos/release.nix --- nixos/release.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release.nix b/nixos/release.nix index 8777d85c5d4..d2eaa22dc6f 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -305,6 +305,7 @@ in rec { tests.home-assistant = callTest tests/home-assistant.nix { }; tests.hound = callTest tests/hound.nix {}; tests.hocker-fetchdocker = callTest tests/hocker-fetchdocker {}; + tests.hydra = callTest tests/hydra {}; tests.i3wm = callTest tests/i3wm.nix {}; tests.iftop = callTest tests/iftop.nix {}; tests.initrd-network-ssh = callTest tests/initrd-network-ssh {};