aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-10-23 01:10:21 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-10-23 01:10:21 -0700
commit2d05bff14cde52bd4ab6db25f1bce79ed2720b20 (patch)
tree78cb1790be6b9e107ff4329b7762778dc87311f2 /hosts/common
parent87822df56db1bb049aaab6c5a08aa55fd17d69b8 (diff)
downloadnix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar.gz
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar.bz2
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar.lz
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar.xz
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.tar.zst
nix-2d05bff14cde52bd4ab6db25f1bce79ed2720b20.zip
Bump calibre to master branch
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/ebooks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix
index 1805b7a..f755076 100644
--- a/hosts/common/optional/ebooks.nix
+++ b/hosts/common/optional/ebooks.nix
@@ -2,7 +2,7 @@
{
environment.systemPackages = [
pkgs.libgourou
- pkgs.calibre
+ pkgs.master.calibre
];
services.udisks2.enable = true;