Loading pkgs/servers/home-assistant/custom-components/moonraker/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildHomeAssistantComponent, fetchFromGitHub, home-assistant, pytestCheckHook, pytest-cov-stub, pytest-homeassistant-custom-component, Loading Loading @@ -30,7 +31,8 @@ buildHomeAssistantComponent rec { pytest-homeassistant-custom-component pytest-cov-stub pytestCheckHook ]; ] ++ home-assistant.getPackages "camera" home-assistant.python.pkgs; #skip phases with nothing to do dontConfigure = true; Loading Loading
pkgs/servers/home-assistant/custom-components/moonraker/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildHomeAssistantComponent, fetchFromGitHub, home-assistant, pytestCheckHook, pytest-cov-stub, pytest-homeassistant-custom-component, Loading Loading @@ -30,7 +31,8 @@ buildHomeAssistantComponent rec { pytest-homeassistant-custom-component pytest-cov-stub pytestCheckHook ]; ] ++ home-assistant.getPackages "camera" home-assistant.python.pkgs; #skip phases with nothing to do dontConfigure = true; Loading