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:
parent
1c2bc76fe9
commit
b00d824930
@ -47,10 +47,6 @@ rec {
|
||||
|
||||
types = rec {
|
||||
|
||||
inferred = mkOptionType {
|
||||
name = "inferred type";
|
||||
};
|
||||
|
||||
bool = mkOptionType {
|
||||
name = "boolean";
|
||||
check = lib.traceValIfNot builtins.isBool;
|
||||
|
Loading…
Reference in New Issue
Block a user