We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a7266f + 6942502 commit dd11284Copy full SHA for dd11284
pkgs/servers/home-assistant/build-custom-component/default.nix
@@ -43,5 +43,9 @@ home-assistant.python.pkgs.buildPythonPackage (
43
isHomeAssistantComponent = true;
44
} // args.passthru or { };
45
46
- } // builtins.removeAttrs args [ "nativeCheckInputs" "passthru" ]
+ meta = {
47
+ inherit (home-assistant.meta) platforms;
48
+ } // args.meta or { };
49
+
50
+ } // builtins.removeAttrs args [ "meta" "nativeCheckInputs" "passthru" ]
51
)
0 commit comments