mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lib.types.loaOf: Update comment to say deprecate instead of remove
This commit is contained in:
parent
9af74cc709
commit
ef9b04ec5f
@ -558,7 +558,7 @@ rec {
|
|||||||
nestedTypes.elemType = elemType;
|
nestedTypes.elemType = elemType;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: drop this in the future:
|
# TODO: deprecate this in the future:
|
||||||
loaOf = elemType: types.attrsOf elemType // {
|
loaOf = elemType: types.attrsOf elemType // {
|
||||||
name = "loaOf";
|
name = "loaOf";
|
||||||
deprecationMessage = "Mixing lists with attribute values is no longer"
|
deprecationMessage = "Mixing lists with attribute values is no longer"
|
||||||
|
Loading…
Reference in New Issue
Block a user