about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-15 09:33:39 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-15 14:16:33 -0400
commita2a0316319cc0625ab75baba5084aacb272ba6d0 (patch)
tree20d1272a91e3449edd8d934f931f1c6b1245d6f3 /lib
parentbb4e822d1f715a87919fa6ccdc8591c3729ceb98 (diff)
downloadnixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar.gz
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar.bz2
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar.lz
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar.xz
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.tar.zst
nixlib-a2a0316319cc0625ab75baba5084aacb272ba6d0.zip
lib: clarify warning about mdDoc
Diffstat (limited to 'lib')
-rw-r--r--lib/options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.nix b/lib/options.nix
index a968bb77d4c9..7e64e6e510fb 100644
--- a/lib/options.nix
+++ b/lib/options.nix
@@ -404,7 +404,7 @@ rec {
      Kept here to alert downstream users who may not be aware of the migration's
      completion that it should be removed from modules.
   */
-  mdDoc = lib.warn "lib.mdDoc was removed from nixpkgs. Option descriptions are now in Markdown by default, you can remove any remaining uses of it.";
+  mdDoc = lib.warn "lib.mdDoc will be removed from nixpkgs in 24.11. Option descriptions are now in Markdown by default; you can remove any remaining uses of lib.mdDoc.";
 
   /* For use in the `defaultText` and `example` option attributes. Causes the
      given MD text to be inserted verbatim in the documentation, for when