From ab169b20f0e81c374a8bb881943dc38764a22315 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 28 Apr 2025 23:52:20 +0200 Subject: [PATCH] fix: try to fix import and call of recursiveUpdate --- modules/cloonar-assistant/home-assistant/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cloonar-assistant/home-assistant/default.nix b/modules/cloonar-assistant/home-assistant/default.nix index 4ed7445..a0b0cb2 100644 --- a/modules/cloonar-assistant/home-assistant/default.nix +++ b/modules/cloonar-assistant/home-assistant/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: let domain = config.cloonar-assistant.domain; pkgs-with-home-assistant = import (builtins.fetchGit { @@ -7,7 +7,7 @@ let rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11"; }) {}; - home-assistant-config = recursiveUpdate config.home-assistant { + home-assistant-config = lib.recursiveUpdate config.home-assistant { package = pkgs-with-home-assistant.home-assistant; extraComponents = [ "mobile_app"