about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/shattered-pixel-dungeon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/shattered-pixel-dungeon.nix')
-rw-r--r--nixpkgs/nixos/tests/shattered-pixel-dungeon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/shattered-pixel-dungeon.nix b/nixpkgs/nixos/tests/shattered-pixel-dungeon.nix
index d4e5de22ab9d..a256bbdfd735 100644
--- a/nixpkgs/nixos/tests/shattered-pixel-dungeon.nix
+++ b/nixpkgs/nixos/tests/shattered-pixel-dungeon.nix
@@ -4,7 +4,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
     maintainers = [ fgaz ];
   };
 
-  machine = { config, pkgs, ... }: {
+  nodes.machine = { config, pkgs, ... }: {
     imports = [
       ./common/x11.nix
     ];