From 6fbb653d0e1382a87f24b883a5322db201d21c7e Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 1 Aug 2023 17:52:35 +0800 Subject: nixosTests.terminal-emulators: deprecated `machine' attribute by `nodes.machine' --- nixos/tests/terminal-emulators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index b97394194a228..6d76cc8e57412 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -123,7 +123,7 @@ in mapAttrs (name: { pkg, executable ? name, cmd ? "SHELL=$command ${executable} maintainers = [ jjjollyjim ]; }; - machine = { pkgsInner, ... }: + nodes.machine = { pkgsInner, ... }: { imports = [ ./common/x11.nix ./common/user-account.nix ]; -- cgit 1.4.1