about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2023-08-01 17:52:35 +0800
committerrewine <luhongxu@deepin.org>2023-08-01 18:01:18 +0800
commit6fbb653d0e1382a87f24b883a5322db201d21c7e (patch)
tree2c3fe8bfe9d24fb06aa25cbecdde01253d3f758f /nixos
parent9278b39e9012cb85ea41e578697caa873282d0bb (diff)
nixosTests.terminal-emulators: deprecated `machine' attribute by `nodes.machine'
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/terminal-emulators.nix2
1 files changed, 1 insertions, 1 deletions
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 ];