Unverified Commit e513b3c1 authored by Johannes Kirschbauer's avatar Johannes Kirschbauer Committed by GitHub
Browse files

lib.types: use isType for optionType (#499943)

parents 3a6c66a0 fe137784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1185,7 +1185,7 @@ rec {
    name = "optionType";
    description = "optionType";
    descriptionClass = "noun";
    check = value: value._type or null == "option-type";
    check = isType "option-type";
    merge =
      loc: defs:
      if length defs == 1 then