forked from mirrors/nixpkgs
modules: specify some types
This commit is contained in:
parent
94a2cba8d9
commit
485a8fef73
|
@ -141,6 +141,7 @@ in
|
|||
system.build = mkOption {
|
||||
internal = true;
|
||||
default = {};
|
||||
type = types.attrs;
|
||||
description = ''
|
||||
Attribute set of derivations used to setup the system.
|
||||
'';
|
||||
|
|
|
@ -16,6 +16,7 @@ in
|
|||
virtualisation.xen.enable =
|
||||
mkOption {
|
||||
default = false;
|
||||
type = types.bool;
|
||||
description =
|
||||
''
|
||||
Setting this option enables the Xen hypervisor, a
|
||||
|
|
Loading…
Reference in a new issue