types.submodule: Fix the NixOS Manual, by escaping the <> symbols.

This commit is contained in:
Nicolas B. Pierron 2017-10-30 17:51:30 +00:00
parent 25c8014a4b
commit 1d56d0c8a7

View File

@ -297,7 +297,7 @@ rec {
# This is mandatory as some option declaration might use the # This is mandatory as some option declaration might use the
# "name" attribute given as argument of the submodule and use it # "name" attribute given as argument of the submodule and use it
# as the default of option declarations. # as the default of option declarations.
args.name = "<name>"; args.name = "&lt;name&gt;";
}).options; }).options;
getSubModules = opts'; getSubModules = opts';
substSubModules = m: submodule m; substSubModules = m: submodule m;