From 1d714b04e6bf26d3c2ab4c9633ff169baebda3f3 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Tue, 19 Nov 2024 22:27:24 +0100 Subject: [PATCH] Fix home-assistant-custom-components overlay --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 54cca56..57b9529 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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 { }; };