system.build: Treat as variables, make lazy, fix error message (#1468)
This commit is contained in:
commit
33220d4791
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue