summary refs log tree commit diff
path: root/nixos/tests/retroarch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/retroarch.nix')
-rw-r--r--nixos/tests/retroarch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/retroarch.nix b/nixos/tests/retroarch.nix
index 4c96f9eabc824..c506ed02da89b 100644
--- a/nixos/tests/retroarch.nix
+++ b/nixos/tests/retroarch.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
     name = "retroarch";
     meta = with pkgs.lib.maintainers; { maintainers = [ j0hax ]; };
 
-    machine = { ... }:
+    nodes.machine = { ... }:
 
       {
         imports = [ ./common/user-account.nix ];