fix: try to fix import and call of recursiveUpdate

This commit is contained in:
2025-04-28 23:52:20 +02:00
parent 456395f731
commit ab169b20f0

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, lib, pkgs, ... }:
let let
domain = config.cloonar-assistant.domain; domain = config.cloonar-assistant.domain;
pkgs-with-home-assistant = import (builtins.fetchGit { pkgs-with-home-assistant = import (builtins.fetchGit {
@@ -7,7 +7,7 @@ let
rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11"; rev = "18dd725c29603f582cf1900e0d25f9f1063dbf11";
}) {}; }) {};
home-assistant-config = recursiveUpdate config.home-assistant { home-assistant-config = lib.recursiveUpdate config.home-assistant {
package = pkgs-with-home-assistant.home-assistant; package = pkgs-with-home-assistant.home-assistant;
extraComponents = [ extraComponents = [
"mobile_app" "mobile_app"