* Rename types.enable -> types.bool.

svn path=/nixpkgs/trunk/; revision=15955
This commit is contained in:
Eelco Dolstra 2009-06-14 11:06:16 +00:00
parent f4262cf010
commit 36b4a9b3f3

View File

@ -161,7 +161,7 @@ rec {
name = "inferred type"; name = "inferred type";
}; };
enable = mkOptionType { bool = mkOptionType {
name = "boolean"; name = "boolean";
check = builtins.isBool; check = builtins.isBool;
merge = fold lib.or false; merge = fold lib.or false;