mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
home-assistant-custom-components.*: Add missing lib.recurseIntoAttrs
Fixup commit 08eee7bd7a
, so hydra build
home-assistant-custom-components.* again.
This commit is contained in:
parent
08eee7bd7a
commit
50432e13ae
@ -24313,10 +24313,10 @@ with pkgs;
|
||||
home-assistant = callPackage ../servers/home-assistant { };
|
||||
|
||||
buildHomeAssistantComponent = callPackage ../servers/home-assistant/build-custom-component { };
|
||||
home-assistant-custom-components = lib.packagesFromDirectoryRecursive {
|
||||
home-assistant-custom-components = lib.recurseIntoAttrs (lib.packagesFromDirectoryRecursive {
|
||||
inherit (home-assistant.python.pkgs) callPackage;
|
||||
directory = ../servers/home-assistant/custom-components;
|
||||
};
|
||||
});
|
||||
home-assistant-custom-lovelace-modules = lib.recurseIntoAttrs
|
||||
(callPackage ../servers/home-assistant/custom-lovelace-modules {});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user