lol

nixos: Make system.build a lazyAttrsOf unspecified

Legacy types.attrs has really bad merging behavior and does not
support priorities.

f build

+1 -1
+1 -1
nixos/modules/system/activation/top-level.nix
··· 148 148 system.build = mkOption { 149 149 internal = true; 150 150 default = {}; 151 - type = types.attrs; 151 + type = types.lazyAttrsOf types.unspecified; 152 152 description = '' 153 153 Attribute set of derivations used to setup the system. 154 154 '';