about summary refs log tree commit diff
path: root/nixos/tests/flatpak.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/flatpak.nix')
-rw-r--r--nixos/tests/flatpak.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/flatpak.nix b/nixos/tests/flatpak.nix
index 9a5bdf070217..096b37e6e2cb 100644
--- a/nixos/tests/flatpak.nix
+++ b/nixos/tests/flatpak.nix
@@ -7,7 +7,7 @@ import ./make-test.nix ({ pkgs, ... }:
     maintainers = pkgs.flatpak.meta.maintainers;
   };
 
-  machine = { config, pkgs, ... }: {
+  machine = { pkgs, ... }: {
     imports = [ ./common/x11.nix ];
     services.xserver.desktopManager.gnome3.enable = true; # TODO: figure out minimal environment where the tests work
     environment.gnome3.excludePackages = pkgs.gnome3.optionalPackages;