about summary refs log tree commit diff
path: root/nixos/tests/plotinus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/plotinus.nix')
-rw-r--r--nixos/tests/plotinus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/plotinus.nix b/nixos/tests/plotinus.nix
index 9058c59c92de..609afe7b2145 100644
--- a/nixos/tests/plotinus.nix
+++ b/nixos/tests/plotinus.nix
@@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ... }: {
   };
 
   machine =
-    { config, pkgs, ... }:
+    { pkgs, ... }:
 
     { imports = [ ./common/x11.nix ];
       programs.plotinus.enable = true;