summary refs log tree commit diff
path: root/nixos/tests/gnome3-gdm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gnome3-gdm.nix')
-rw-r--r--nixos/tests/gnome3-gdm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/gnome3-gdm.nix b/nixos/tests/gnome3-gdm.nix
index 71ae1709d52..1f590f337fd 100644
--- a/nixos/tests/gnome3-gdm.nix
+++ b/nixos/tests/gnome3-gdm.nix
@@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ...} : {
   };
 
   machine =
-    { config, pkgs, ... }:
+    { ... }:
 
     { imports = [ ./common/user-account.nix ];