summary refs log tree commit diff
path: root/nixos/tests/initrd-network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/initrd-network.nix')
-rw-r--r--nixos/tests/initrd-network.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/initrd-network.nix b/nixos/tests/initrd-network.nix
index db9f572d3c2..ed9b82e2da7 100644
--- a/nixos/tests/initrd-network.nix
+++ b/nixos/tests/initrd-network.nix
@@ -3,7 +3,7 @@ import ./make-test.nix ({ pkgs, ...} : {
 
   meta.maintainers = [ pkgs.stdenv.lib.maintainers.eelco ];
 
-  machine = { config, pkgs, ... }: {
+  machine = { ... }: {
     imports = [ ../modules/profiles/minimal.nix ];
     boot.initrd.network.enable = true;
     boot.initrd.network.postCommands =