lib.types.loaOf: Update comment to say deprecate instead of remove

This commit is contained in:
Robert Hensing 2022-12-29 00:49:32 +01:00
parent 9af74cc709
commit ef9b04ec5f

View File

@ -558,7 +558,7 @@ rec {
nestedTypes.elemType = elemType;
};
# TODO: drop this in the future:
# TODO: deprecate this in the future:
loaOf = elemType: types.attrsOf elemType // {
name = "loaOf";
deprecationMessage = "Mixing lists with attribute values is no longer"