about summary refs log tree commit diff
path: root/nixos/tests/udisks2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/udisks2.nix')
-rw-r--r--nixos/tests/udisks2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/udisks2.nix b/nixos/tests/udisks2.nix
index 70a999267a54..8bbbe286efcf 100644
--- a/nixos/tests/udisks2.nix
+++ b/nixos/tests/udisks2.nix
@@ -16,7 +16,7 @@ in
   };
 
   machine =
-    { config, pkgs, ... }:
+    { ... }:
     { services.udisks2.enable = true;
       imports = [ ./common/user-account.nix ];