Loading pkgs/servers/home-assistant/custom-components/rct_power/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ buildHomeAssistantComponent rec { rctclient ]; ignoreVersionRequirement = [ # rctclient 0.0.4 was never published on PyPI "rctclient" ]; doCheck = false; # no tests meta = with lib; { Loading Loading
pkgs/servers/home-assistant/custom-components/rct_power/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ buildHomeAssistantComponent rec { rctclient ]; ignoreVersionRequirement = [ # rctclient 0.0.4 was never published on PyPI "rctclient" ]; doCheck = false; # no tests meta = with lib; { Loading