Skip to content

Commit 4014fb6

Browse files
committed
nixos: Make system.build a lazyAttrsOf unspecified
Legacy types.attrs has really bad merging behavior and does not support priorities. f build
1 parent a0ad8dc commit 4014fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/system/activation/top-level.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ in
148148
system.build = mkOption {
149149
internal = true;
150150
default = {};
151-
type = types.attrs;
151+
type = types.lazyAttrsOf types.unspecified;
152152
description = ''
153153
Attribute set of derivations used to setup the system.
154154
'';

0 commit comments

Comments
 (0)