Fix home-assistant-custom-components overlay
This commit is contained in:
parent
71e302547a
commit
1d714b04e6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in
|
|||
contact = callPackage ./contact-page { };
|
||||
};
|
||||
wofi-bluetooth = callPackage ./wofi-bluetooth/wofi-bluetooth.nix { };
|
||||
home-assistant-custom-components = prev.recurseIntoAttrs {
|
||||
home-assistant-custom-components = prev.home-assistant-custom-components // {
|
||||
circadian_lighting = callPackage ./home-assistant-custom-components/circadian_lighting.nix { };
|
||||
guntamatic = callPackage ./home-assistant-custom-components/guntamatic.nix { };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue