Skip to content

Commit

Permalink
installer: remove unused with
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored and Yt committed Jun 19, 2023
1 parent 31342ee commit 97f556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 []);
};
Expand Down

0 comments on commit 97f556c

Please sign in to comment.