types.submodule: Fix the NixOS Manual, by escaping the <> symbols.
This commit is contained in:
parent
25c8014a4b
commit
1d56d0c8a7
|
@ -297,7 +297,7 @@ rec {
|
|||
# This is mandatory as some option declaration might use the
|
||||
# "name" attribute given as argument of the submodule and use it
|
||||
# as the default of option declarations.
|
||||
args.name = "<name>";
|
||||
args.name = "<name>";
|
||||
}).options;
|
||||
getSubModules = opts';
|
||||
substSubModules = m: submodule m;
|
||||
|
|
Loading…
Reference in New Issue