mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Rename types.enable -> types.bool.
svn path=/nixpkgs/trunk/; revision=15955
This commit is contained in:
parent
f4262cf010
commit
36b4a9b3f3
@ -161,7 +161,7 @@ rec {
|
||||
name = "inferred type";
|
||||
};
|
||||
|
||||
enable = mkOptionType {
|
||||
bool = mkOptionType {
|
||||
name = "boolean";
|
||||
check = builtins.isBool;
|
||||
merge = fold lib.or false;
|
||||
|
Loading…
Reference in New Issue
Block a user