about summary refs log tree commit diff
path: root/nixos/tests/xdg-desktop-portal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/xdg-desktop-portal.nix')
-rw-r--r--nixos/tests/xdg-desktop-portal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xdg-desktop-portal.nix b/nixos/tests/xdg-desktop-portal.nix
index d954b07f73d6f..79ebb83c49a59 100644
--- a/nixos/tests/xdg-desktop-portal.nix
+++ b/nixos/tests/xdg-desktop-portal.nix
@@ -7,7 +7,7 @@ import ./make-test.nix ({ pkgs, ... }:
     maintainers = pkgs.xdg-desktop-portal.meta.maintainers;
   };
 
-  machine = { config, pkgs, ... }: {
+  machine = { pkgs, ... }: {
     environment.systemPackages = with pkgs; [ gnome-desktop-testing ];
   };