manual: name' is not an argument for mkOption'

This commit is contained in:
Thomas Bach 2017-09-09 17:47:51 +08:00 committed by Domen Kožar
parent a037526789
commit 572726a570

View File

@ -175,7 +175,6 @@
<example xml:id='ex-submodule-direct'><title>Directly defined submodule</title> <example xml:id='ex-submodule-direct'><title>Directly defined submodule</title>
<screen> <screen>
options.mod = mkOption { options.mod = mkOption {
name = "mod";
description = "submodule example"; description = "submodule example";
type = with types; listOf (submodule { type = with types; listOf (submodule {
options = { options = {