manual: name' is not an argument for mkOption'

(cherry picked from commit 572726a570)
This commit is contained in:
Thomas Bach
2017-09-09 17:47:51 +08:00
committed by Franz Pletz
parent 07425e43ed
commit fd059ca1a9

View File

@@ -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 = {