summary refs log tree commit diff
path: root/nixos/tests/emacs-daemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/emacs-daemon.nix')
-rw-r--r--nixos/tests/emacs-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/emacs-daemon.nix b/nixos/tests/emacs-daemon.nix
index 466e772a881..3594e35e343 100644
--- a/nixos/tests/emacs-daemon.nix
+++ b/nixos/tests/emacs-daemon.nix
@@ -7,7 +7,7 @@ import ./make-test.nix ({ pkgs, ...} : {
   enableOCR = true;
 
   machine =
-    { config, pkgs, ... }:
+    { ... }:
 
     { imports = [ ./common/x11.nix ];
       services.emacs = {