Solve doc kernel issue

This commit is contained in:
DashieTM 2024-08-28 00:59:01 +02:00
parent a5da4f286f
commit dfc4b5cf94
8 changed files with 31 additions and 23 deletions

View file

@ -13,7 +13,8 @@ let
option
// {
visible =
option.visible
builtins.elemAt option.loc 0 != "kernel"
&& option.visible
&& (builtins.elemAt option.loc 0 == "conf" || builtins.elemAt option.loc 0 == "mods");
};
};