diff --git a/lib/types.nix b/lib/types.nix index dd0f31e9d14..db3bd381523 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -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 = ""; + args.name = "<name>"; }).options; getSubModules = opts'; substSubModules = m: submodule m;