mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
lib: unhide _module.args
this was a temporary fix that should hopefully no longer be necessary.
This commit is contained in:
parent
6fcb6eee77
commit
b9756b4de1
1 changed files with 0 additions and 5 deletions
|
@ -134,11 +134,6 @@ let
|
||||||
${if prefix == []
|
${if prefix == []
|
||||||
then null # unset => visible
|
then null # unset => visible
|
||||||
else "internal"} = true;
|
else "internal"} = true;
|
||||||
# TODO: hidden during the markdown transition to not expose downstream
|
|
||||||
# users of the docs infra to markdown if they're not ready for it.
|
|
||||||
# we don't make this visible conditionally because it can impact
|
|
||||||
# performance (https://github.com/NixOS/nixpkgs/pull/208407#issuecomment-1368246192)
|
|
||||||
visible = false;
|
|
||||||
# TODO: Change the type of this option to a submodule with a
|
# TODO: Change the type of this option to a submodule with a
|
||||||
# freeformType, so that individual arguments can be documented
|
# freeformType, so that individual arguments can be documented
|
||||||
# separately
|
# separately
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue