* Add type.
svn path=/nixos/trunk/; revision=34345
This commit is contained in:
parent
39e7b44d37
commit
ca57a8e638
@ -24,6 +24,7 @@ in
|
|||||||
|
|
||||||
services.nixosManual.enable = mkOption {
|
services.nixosManual.enable = mkOption {
|
||||||
default = true;
|
default = true;
|
||||||
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to build the NixOS manual pages.
|
Whether to build the NixOS manual pages.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user