Loading pkgs/servers/home-assistant/build-custom-component/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -43,5 +43,9 @@ home-assistant.python.pkgs.buildPythonPackage ( isHomeAssistantComponent = true; } // args.passthru or { }; } // builtins.removeAttrs args [ "nativeCheckInputs" "passthru" ] meta = { inherit (home-assistant.meta) platforms; } // args.meta or { }; } // builtins.removeAttrs args [ "meta" "nativeCheckInputs" "passthru" ] ) Loading
pkgs/servers/home-assistant/build-custom-component/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -43,5 +43,9 @@ home-assistant.python.pkgs.buildPythonPackage ( isHomeAssistantComponent = true; } // args.passthru or { }; } // builtins.removeAttrs args [ "nativeCheckInputs" "passthru" ] meta = { inherit (home-assistant.meta) platforms; } // args.meta or { }; } // builtins.removeAttrs args [ "meta" "nativeCheckInputs" "passthru" ] )