about summary refs log tree commit diff
path: root/nixos/tests/env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/env.nix')
-rw-r--r--nixos/tests/env.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/env.nix b/nixos/tests/env.nix
index c6b0424e97b9..064c498204ae 100644
--- a/nixos/tests/env.nix
+++ b/nixos/tests/env.nix
@@ -4,7 +4,7 @@ import ./make-test.nix ({ pkgs, ...} : {
     maintainers = [ nequissimus ];
   };
 
-  machine = { config, lib, pkgs, ... }:
+  machine = { pkgs, ... }:
     {
       boot.kernelPackages = pkgs.linuxPackages;
       environment.etc."plainFile".text = ''