From b9756b4de176bbf2086702050d24f8f90fd0f4d9 Mon Sep 17 00:00:00 2001 From: pennae Date: Sun, 11 Jun 2023 17:28:16 +0200 Subject: lib: unhide _module.args this was a temporary fix that should hopefully no longer be necessary. --- lib/modules.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/modules.nix') diff --git a/lib/modules.nix b/lib/modules.nix index 5821aeab20c..9dcdb12bdcb 100644 --- a/lib/modules.nix +++ b/lib/modules.nix @@ -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 -- cgit 1.4.1