lib: unhide _module.args

this was a temporary fix that should hopefully no longer be necessary.
This commit is contained in:
pennae 2023-06-11 17:28:16 +02:00
parent 6fcb6eee77
commit b9756b4de1

View File

@ -134,11 +134,6 @@ let
${if prefix == []
then null # unset => visible
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
# freeformType, so that individual arguments can be documented
# separately