beets-unstable: document limit in pluginOverrides

main
Bernardo Meurer 2 years ago
parent 069410f90b
commit ddf809d780
  1. 1
      pkgs/tools/audio/beets/default.nix

@ -39,6 +39,7 @@ lib.makeExtensible (self: {
hash = "sha256-yWwxYSzSSmx2UfCn0EBH23hQGZKSRn/c8ryvxLUeHdM="; hash = "sha256-yWwxYSzSSmx2UfCn0EBH23hQGZKSRn/c8ryvxLUeHdM=";
}; };
pluginOverrides = { pluginOverrides = {
# unstable has a new plugin, so we register it here.
limit = { }; limit = { };
}; };
}; };

Loading…
Cancel
Save