Skip to content

Commit

Permalink
nixosTests.xfce: silence a deprecation warning
Browse files Browse the repository at this point in the history
trace: warning: Module argument `nodes.machine.config` is deprecated. Use `nodes.machine` instead.
  • Loading branch information
bobby285271 committed Mar 15, 2023
1 parent e5fdb2f commit 49ca01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/xfce.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
};

testScript = { nodes, ... }: let
user = nodes.machine.config.users.users.alice;
user = nodes.machine.users.users.alice;
in ''
machine.wait_for_x()
machine.wait_for_file("${user.home}/.Xauthority")
Expand Down

0 comments on commit 49ca01b

Please sign in to comment.