Loading pkgs/top-level/all-packages.nix +14 −8 Original line number Diff line number Diff line Loading @@ -8174,16 +8174,22 @@ with pkgs; buildHomeAssistantComponent = callPackage ../servers/home-assistant/build-custom-component { }; home-assistant-custom-components = recurseIntoAttrs ( lib.makeExtensible ( self: lib.packagesFromDirectoryRecursive { inherit (home-assistant.python.pkgs) callPackage; directory = ../servers/home-assistant/custom-components; } ) ); home-assistant-custom-lovelace-modules = recurseIntoAttrs ( lib.makeExtensible ( self: lib.packagesFromDirectoryRecursive { inherit callPackage; directory = ../servers/home-assistant/custom-lovelace-modules; } ) ); home-assistant-cli = callPackage ../servers/home-assistant/cli.nix { }; Loading Loading
pkgs/top-level/all-packages.nix +14 −8 Original line number Diff line number Diff line Loading @@ -8174,16 +8174,22 @@ with pkgs; buildHomeAssistantComponent = callPackage ../servers/home-assistant/build-custom-component { }; home-assistant-custom-components = recurseIntoAttrs ( lib.makeExtensible ( self: lib.packagesFromDirectoryRecursive { inherit (home-assistant.python.pkgs) callPackage; directory = ../servers/home-assistant/custom-components; } ) ); home-assistant-custom-lovelace-modules = recurseIntoAttrs ( lib.makeExtensible ( self: lib.packagesFromDirectoryRecursive { inherit callPackage; directory = ../servers/home-assistant/custom-lovelace-modules; } ) ); home-assistant-cli = callPackage ../servers/home-assistant/cli.nix { }; Loading