system.build: Treat as variables, make lazy, fix error message (#1468)

This commit is contained in:
Emily 2025-05-23 13:44:11 +01:00 committed by GitHub
commit 33220d4791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.