beets-minimal: use default pyrate-limiter

This commit is contained in:
Doron Behar
2026-03-04 11:22:24 +02:00
parent 67db96305e
commit 06662da9be
+1 -9
View File
@@ -2,12 +2,4 @@
python3,
}:
let
python = python3.override {
self = python3;
packageOverrides = self: super: {
pyrate-limiter = super.pyrate-limiter_2;
};
};
in
python.pkgs.toPythonApplication python.pkgs.beets-minimal
python3.pkgs.toPythonApplication python3.pkgs.beets-minimal