mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
lib/types: update reference to docs
The XML docs have been migrated to markdown since bfd21cd2c1
This commit is contained in:
parent
c2c3c5b672
commit
f1cd097be2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue