modules: specify some types

+2
+1
nixos/modules/system/activation/top-level.nix
··· 141 141 system.build = mkOption { 142 142 internal = true; 143 143 default = {}; 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 + type = types.bool; 19 20 description = 20 21 '' 21 22 Setting this option enables the Xen hypervisor, a