Loading pkgs/servers/deconz/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , makeWrapper , gzip , gnutar , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -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 Loading
pkgs/servers/deconz/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , makeWrapper , gzip , gnutar , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -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