nixos/zigbee2mqtt: add test to all-tests.nix

This commit is contained in:
Martin Weinelt 2020-08-03 12:43:13 +02:00
parent 87b8364851
commit b41b902a1c
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -370,6 +370,7 @@ in
yabar = handleTest ./yabar.nix {}; yabar = handleTest ./yabar.nix {};
yggdrasil = handleTest ./yggdrasil.nix {}; yggdrasil = handleTest ./yggdrasil.nix {};
zfs = handleTest ./zfs.nix {}; zfs = handleTest ./zfs.nix {};
zigbee2mqtt = handleTest ./zigbee2mqtt.nix {};
zoneminder = handleTest ./zoneminder.nix {}; zoneminder = handleTest ./zoneminder.nix {};
zookeeper = handleTest ./zookeeper.nix {}; zookeeper = handleTest ./zookeeper.nix {};
zsh-history = handleTest ./zsh-history.nix {}; zsh-history = handleTest ./zsh-history.nix {};