Skip to content

Commit

Permalink
types.submodule: Fix the NixOS Manual, by escaping the <> symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbp committed Oct 30, 2017
1 parent 25c8014 commit 1d56d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.nix
Expand Up @@ -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 = "&lt;name&gt;";
}).options;
getSubModules = opts';
substSubModules = m: submodule m;
Expand Down

0 comments on commit 1d56d0c

Please sign in to comment.