diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-08 22:28:36 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-08 22:28:36 -0800 |
commit | e45c20f150c5d129f7c83ff471687adae9e382a6 (patch) | |
tree | 9a2321f194ffcb3e276cb656f3b73617127d4434 /hosts/common/optional/ebooks.nix | |
parent | f0d3a4d449ce9d12cd3e42f48b03d535c32307e2 (diff) | |
download | nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar.gz nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar.bz2 nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar.lz nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar.xz nix-e45c20f150c5d129f7c83ff471687adae9e382a6.tar.zst nix-e45c20f150c5d129f7c83ff471687adae9e382a6.zip |
Revert master packages to unstable
Diffstat (limited to 'hosts/common/optional/ebooks.nix')
-rw-r--r-- | hosts/common/optional/ebooks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/ebooks.nix b/hosts/common/optional/ebooks.nix index b2cbb2b..e25a76d 100644 --- a/hosts/common/optional/ebooks.nix +++ b/hosts/common/optional/ebooks.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ libgourou - master.calibre + calibre ]; services.udisks2.enable = true; |