manual: `name' is not an argument for `mkOption'
This commit is contained in:
parent
a037526789
commit
572726a570
|
@ -175,7 +175,6 @@
|
|||
<example xml:id='ex-submodule-direct'><title>Directly defined submodule</title>
|
||||
<screen>
|
||||
options.mod = mkOption {
|
||||
name = "mod";
|
||||
description = "submodule example";
|
||||
type = with types; listOf (submodule {
|
||||
options = {
|
||||
|
|
Loading…
Reference in New Issue