diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2019-05-04 15:38:17 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2019-05-04 15:38:17 +0200 |
| commit | 23d8c6ca3d163f278540e8d2b4fa97f311585e6b (patch) | |
| tree | e6f16b04be1786b52e73414a18df03ff52890cb4 /modules/system | |
| parent | b85b9a4206a1d556d1d12babb35dc3887a6bdc58 (diff) | |
documentation: add module for darwin manual
Fixes #72
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index f507750..d272a18 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -20,7 +20,7 @@ in system.build = mkOption { internal = true; - type = types.attrsOf types.package; + type = types.attrsOf types.unspecified; default = {}; description = '' Attribute set of derivation used to setup the system. |
