beets-unstable: document limit in pluginOverrides

This commit is contained in:
Bernardo Meurer
2022-05-10 15:35:46 -07:00
parent 069410f90b
commit ddf809d780
+1
View File
@@ -39,6 +39,7 @@ lib.makeExtensible (self: {
hash = "sha256-yWwxYSzSSmx2UfCn0EBH23hQGZKSRn/c8ryvxLUeHdM=";
};
pluginOverrides = {
# unstable has a new plugin, so we register it here.
limit = { };
};
};