[24.11] system.build: Treat as variables, make lazy, fix error message (#1470)

This commit is contained in:
Michael Hoang
2025-05-23 23:35:50 +10:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ in
system.build = mkOption {
internal = true;
type = types.attrsOf types.unspecified;
type = types.lazyAttrsOf types.unspecified;
default = {};
description = ''
Attribute set of derivation used to setup the system.