mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
9bf8744a73
commit
f98462a27d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue