Solve doc kernel issue
This commit is contained in:
parent
a5da4f286f
commit
dfc4b5cf94
8 changed files with 31 additions and 23 deletions
|
|
@ -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");
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue