deconz: add NixOS test to passthru.tests

This commit is contained in:
Bjørn Forsman 2023-09-17 20:05:48 +02:00
parent f561e395bd
commit d62ebb37d4

View File

@ -11,6 +11,7 @@
, makeWrapper
, gzip
, gnutar
, nixosTests
}:
stdenv.mkDerivation rec {
@ -73,6 +74,10 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru = {
tests = { inherit (nixosTests) deconz; };
};
meta = with lib; {
description = "Manage Zigbee network with ConBee, ConBee II or RaspBee hardware";
homepage = "https://www.dresden-elektronik.com/wireless/software/deconz.html";