about summary refs log tree commit diff
path: root/nixos/tests/xmonad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/xmonad.nix')
-rw-r--r--nixos/tests/xmonad.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xmonad.nix b/nixos/tests/xmonad.nix
index 3ea455c393c40..61fa7c1a67d34 100644
--- a/nixos/tests/xmonad.nix
+++ b/nixos/tests/xmonad.nix
@@ -15,7 +15,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     };
   };
 
-  testScript = { nodes, ... }: ''
+  testScript = { ... }: ''
     $machine->waitForX;
     $machine->waitForFile("/home/alice/.Xauthority");
     $machine->succeed("xauth merge ~alice/.Xauthority");