summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-05-04 15:38:17 +0200
committerDaiderd Jordan <daiderd@gmail.com>2019-05-04 15:38:17 +0200
commit23d8c6ca3d163f278540e8d2b4fa97f311585e6b (patch)
treee6f16b04be1786b52e73414a18df03ff52890cb4 /modules/system
parentb85b9a4206a1d556d1d12babb35dc3887a6bdc58 (diff)
documentation: add module for darwin manual
Fixes #72
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/default.nix2
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.