about summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-06-19 12:31:06 -0400
committerYt <happysalada@tuta.io>2023-06-19 13:12:04 -0400
commit97f556cac1530ab7fd1dc75c4066fc9405f00cce (patch)
treefd4ae5aea2e42860603b74ec080cdfeff8e52b89 /nixos/tests/installer.nix
parent31342eea54f23119e4456372195123bd30fc4ccf (diff)
installer: remove unused with
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 75918fc36c7af..1f575f63bee88 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -286,7 +286,7 @@ let
     makeTest {
       inherit enableOCR;
       name = "installer-" + name;
-      meta = with pkgs.lib.maintainers; {
+      meta = {
         # put global maintainers here, individuals go into makeInstallerTest fkt call
         maintainers = (meta.maintainers or []);
       };