tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
modules: specify some types
Robin Gloster
8 years ago
485a8fef
94a2cba8
+2
2 changed files
expand all
collapse all
unified
split
nixos
modules
system
activation
top-level.nix
virtualisation
xen-dom0.nix
+1
nixos/modules/system/activation/top-level.nix
···
141
141
system.build = mkOption {
142
142
internal = true;
143
143
default = {};
144
144
+
type = types.attrs;
144
145
description = ''
145
146
Attribute set of derivations used to setup the system.
146
147
'';
+1
nixos/modules/virtualisation/xen-dom0.nix
···
16
16
virtualisation.xen.enable =
17
17
mkOption {
18
18
default = false;
19
19
+
type = types.bool;
19
20
description =
20
21
''
21
22
Setting this option enables the Xen hypervisor, a