lol

lib: clarify warning about mdDoc

+1 -1
+1 -1
lib/options.nix
··· 404 Kept here to alert downstream users who may not be aware of the migration's 405 completion that it should be removed from modules. 406 */ 407 - 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."; 408 409 /* For use in the `defaultText` and `example` option attributes. Causes the 410 given MD text to be inserted verbatim in the documentation, for when
··· 404 Kept here to alert downstream users who may not be aware of the migration's 405 completion that it should be removed from modules. 406 */ 407 + 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."; 408 409 /* For use in the `defaultText` and `example` option attributes. Causes the 410 given MD text to be inserted verbatim in the documentation, for when