lib/types: update reference to docs

The XML docs have been migrated to markdown since bfd21cd2c1
This commit is contained in:
Matt Sturgeon 2024-08-16 16:03:42 +01:00
parent c2c3c5b672
commit f1cd097be2
No known key found for this signature in database
GPG Key ID: 4F91844CED1A8299

View File

@ -219,7 +219,7 @@ rec {
else "(${t.description})"; else "(${t.description})";
# When adding new types don't forget to document them in # When adding new types don't forget to document them in
# nixos/doc/manual/development/option-types.xml! # nixos/doc/manual/development/option-types.section.md!
types = rec { types = rec {
raw = mkOptionType { raw = mkOptionType {