nixos/tests/home-assistant: Resolve deprecation warning
> trace: warning: Module argument `nodes.hass.config` is deprecated. Use `nodes.hass` instead.
This commit is contained in:
@@ -112,7 +112,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
testScript = { nodes, ... }: let
|
testScript = { nodes, ... }: let
|
||||||
system = nodes.hass.config.system.build.toplevel;
|
system = nodes.hass.system.build.toplevel;
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user