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