summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-03 12:43:13 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-03 16:17:49 +0200
commitb41b902a1cdd4f52398ea88fa25fc17676c6132e (patch)
tree18ce8aef542a61fefda154577f57591d979ad2f0 /nixos/tests/all-tests.nix
parent87b83648519ba11d5aa4a375756ec56996440820 (diff)
downloadnixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar.gz
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar.bz2
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar.lz
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar.xz
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.tar.zst
nixpkgs-b41b902a1cdd4f52398ea88fa25fc17676c6132e.zip
nixos/zigbee2mqtt: add test to all-tests.nix
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
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 {};