Unverified Commit f98462a2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/tests/home-assistant: Resolve deprecation warning

> trace: warning: Module argument `nodes.hass.config` is deprecated. Use `nodes.hass` instead.
parent 9bf8744a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ in {
  };

  testScript = { nodes, ... }: let
    system = nodes.hass.config.system.build.toplevel;
    system = nodes.hass.system.build.toplevel;
  in
  ''
    import json