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