summary refs log tree commit diff
path: root/nixos/tests/memcached.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/memcached.nix')
-rw-r--r--nixos/tests/memcached.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/memcached.nix b/nixos/tests/memcached.nix
index f9ef3647bd1a..b120599c51dd 100644
--- a/nixos/tests/memcached.nix
+++ b/nixos/tests/memcached.nix
@@ -3,7 +3,7 @@ import ./make-test.nix ({ pkgs, ...} : {
 
   nodes = {
     machine =
-      { config, pkgs, ... }:
+      { ... }:
       {
         imports = [ ../modules/profiles/minimal.nix ];
         services.memcached.enable = true;