deconz: add NixOS test to passthru.tests
This commit is contained in:
parent
f561e395bd
commit
d62ebb37d4
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue