Fix home-assistant-custom-components overlay

This commit is contained in:
Jakob Lechner 2024-11-19 22:27:24 +01:00
parent 71e302547a
commit 1d714b04e6

View file

@ -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 { };
};