Loading lib/types.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib/types.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading