about summary refs log tree commit diff
path: root/nixos/tests/slim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/slim.nix')
-rw-r--r--nixos/tests/slim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/slim.nix b/nixos/tests/slim.nix
index 5c76c58cf3f3..42c87dfa039d 100644
--- a/nixos/tests/slim.nix
+++ b/nixos/tests/slim.nix
@@ -5,7 +5,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     maintainers = [ aszlig ];
   };
 
-  machine = { pkgs, lib, ... }: {
+  machine = { pkgs, ... }: {
     imports = [ ./common/user-account.nix ];
     services.xserver.enable = true;
     services.xserver.windowManager.default = "icewm";