feat(calibre-web): switch to unstable package
Some checks failed
Test / tests (push) Failing after 36m14s

This commit is contained in:
Felix Schröter 2025-10-06 01:44:02 +02:00
parent 9690a9de0f
commit 04fccc44e3
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -11,7 +11,7 @@ in
services.calibre-web = {
enable = true;
package = pkgs.calibre-web.overridePythonAttrs (old: {
package = pkgs.unstable.calibre-web.overridePythonAttrs (old: {
dependencies = old.dependencies ++ old.optional-dependencies.kobo;
});
group = "media";