Drop inferred, because "it was supposed to be used at every location

which has no type" according to pierron - but isn't used in
nixos/nixpkgs
This commit is contained in:
Marc Weber 2013-08-22 09:37:20 +03:00 committed by Evgeny Egorochkin
parent 1c2bc76fe9
commit b00d824930

View File

@ -47,10 +47,6 @@ rec {
types = rec {
inferred = mkOptionType {
name = "inferred type";
};
bool = mkOptionType {
name = "boolean";
check = lib.traceValIfNot builtins.isBool;