about summary refs log tree commit diff
path: root/nixos/tests/fwupd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/fwupd.nix')
-rw-r--r--nixos/tests/fwupd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/fwupd.nix b/nixos/tests/fwupd.nix
index bf4ef25130b3d..2e64149b2db3a 100644
--- a/nixos/tests/fwupd.nix
+++ b/nixos/tests/fwupd.nix
@@ -6,7 +6,7 @@ import ./make-test.nix ({ pkgs, ... }: {
     maintainers = pkgs.fwupd.meta.maintainers;
   };
 
-  machine = { config, pkgs, ... }: {
+  machine = { pkgs, ... }: {
     services.fwupd.enable = true;
     environment.systemPackages = with pkgs; [ gnome-desktop-testing ];
     environment.variables.XDG_DATA_DIRS = [ "${pkgs.fwupd.installedTests}/share" ];