mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
modules: specify some types
This commit is contained in:
parent
94a2cba8d9
commit
485a8fef73
@ -141,6 +141,7 @@ in
|
|||||||
system.build = mkOption {
|
system.build = mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
default = {};
|
default = {};
|
||||||
|
type = types.attrs;
|
||||||
description = ''
|
description = ''
|
||||||
Attribute set of derivations used to setup the system.
|
Attribute set of derivations used to setup the system.
|
||||||
'';
|
'';
|
||||||
|
@ -16,6 +16,7 @@ in
|
|||||||
virtualisation.xen.enable =
|
virtualisation.xen.enable =
|
||||||
mkOption {
|
mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
|
type = types.bool;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Setting this option enables the Xen hypervisor, a
|
Setting this option enables the Xen hypervisor, a
|
||||||
|
Loading…
Reference in New Issue
Block a user