3
0
Fork 0
forked from mirrors/nixpkgs

* Add type.

svn path=/nixos/trunk/; revision=34345
This commit is contained in:
Eelco Dolstra 2012-06-04 14:35:48 +00:00
parent 39e7b44d37
commit ca57a8e638

View file

@ -24,6 +24,7 @@ in
services.nixosManual.enable = mkOption {
default = true;
type = types.bool;
description = ''
Whether to build the NixOS manual pages.
'';