From b065da06a413ee5baff6ab6cedae9dd50360f9f7 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 25 Oct 2025 12:51:54 +0300 Subject: [PATCH] 123 --- flake.nix | 4 ++-- modules/server/calibre-web.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index f14b51a..97e441c 100755 --- a/flake.nix +++ b/flake.nix @@ -6,9 +6,9 @@ zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret # nixpkgs - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f"; - nixpkgs-calibre.url = "github:NixOS/nixpkgs/35f590344ff791e6b1d6d6b8f3523467c9217caf"; + # nixpkgs-calibre.url = "github:NixOS/nixpkgs/35f590344ff791e6b1d6d6b8f3523467c9217caf"; #nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-master.url = "github:NixOS/nixpkgs/master"; # e63467437ce61d8d9a36e09254e8d07b472da0c6 # 72353fc1fa61189fb76133d50c519e871c858c39 # 5b38c7435fb1112a8b36b1652286996a7998c5b5 nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.05"; diff --git a/modules/server/calibre-web.nix b/modules/server/calibre-web.nix index 66d48c3..ad72442 100644 --- a/modules/server/calibre-web.nix +++ b/modules/server/calibre-web.nix @@ -4,16 +4,16 @@ inputs, ... }: -let - stable = import inputs.nixpkgs-stable { - system = "x86_64-linux"; - }; # temp -in +# let +# stable = import inputs.nixpkgs-stable { +# system = "x86_64-linux"; +# }; +# in { # services.calibre-server.package = stable.calibre; services.calibre-web = { enable = true; - package = stable.calibre-web; + # package = stable.calibre-web; group = "users"; user = "${xlib.device.username}"; options = {