From b41b902a1cdd4f52398ea88fa25fc17676c6132e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 3 Aug 2020 12:43:13 +0200 Subject: [PATCH] nixos/zigbee2mqtt: add test to all-tests.nix --- nixos/tests/all-tests.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index c030faf15cd..639a12fa316 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -370,6 +370,7 @@ in yabar = handleTest ./yabar.nix {}; yggdrasil = handleTest ./yggdrasil.nix {}; zfs = handleTest ./zfs.nix {}; + zigbee2mqtt = handleTest ./zigbee2mqtt.nix {}; zoneminder = handleTest ./zoneminder.nix {}; zookeeper = handleTest ./zookeeper.nix {}; zsh-history = handleTest ./zsh-history.nix {};