summary refs log tree commit diff
path: root/lib/modules.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-06-11 17:28:16 +0200
committerpennae <github@quasiparticle.net>2023-06-16 19:26:23 +0200
commitb9756b4de176bbf2086702050d24f8f90fd0f4d9 (patch)
treea92357ee3e16ab5019c35acbb8bab75d78a959a2 /lib/modules.nix
parent6fcb6eee774e3e5cc9b49f1b6a081ad5f992f5d2 (diff)
downloadnixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar.gz
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar.bz2
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar.lz
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar.xz
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.tar.zst
nixpkgs-b9756b4de176bbf2086702050d24f8f90fd0f4d9.zip
lib: unhide _module.args
this was a temporary fix that should hopefully no longer be necessary.
Diffstat (limited to 'lib/modules.nix')
-rw-r--r--lib/modules.nix5
1 files changed, 0 insertions, 5 deletions
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