Loading pkgs/servers/home-assistant/build-custom-component/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,13 +41,13 @@ home-assistant.python.pkgs.buildPythonPackage ( runHook postInstall ''; nativeCheckInputs = nativeBuildInputs = with home-assistant.python.pkgs; [ manifestRequirementsCheckHook packaging ] ++ (args.nativeCheckInputs or [ ]); ++ (args.nativeBuildInputs or [ ]); passthru = { isHomeAssistantComponent = true; Loading Loading
pkgs/servers/home-assistant/build-custom-component/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -41,13 +41,13 @@ home-assistant.python.pkgs.buildPythonPackage ( runHook postInstall ''; nativeCheckInputs = nativeBuildInputs = with home-assistant.python.pkgs; [ manifestRequirementsCheckHook packaging ] ++ (args.nativeCheckInputs or [ ]); ++ (args.nativeBuildInputs or [ ]); passthru = { isHomeAssistantComponent = true; Loading