modules: specify some types

This commit is contained in:
Robin Gloster
2017-08-04 02:20:31 +02:00
parent 94a2cba8d9
commit 485a8fef73
2 changed files with 2 additions and 0 deletions
@@ -141,6 +141,7 @@ in
system.build = mkOption {
internal = true;
default = {};
type = types.attrs;
description = ''
Attribute set of derivations used to setup the system.
'';