From fdd80ae15aaed944b3ec36491f429c5a10a64970 Mon Sep 17 00:00:00 2001 From: oqyude Date: Tue, 21 Oct 2025 16:28:09 +0300 Subject: [PATCH] 123 --- flake.nix | 2 +- modules/server/calibre-web.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 52982ca..a0f4cfd 100755 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ # nixpkgs nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-last-unstable.url = "github:NixOS/nixpkgs/6b4955211758ba47fac850c040a27f23b9b4008f"; - calibre.url = "github:NixOS/nixpkgs/77c8deff64842c1c54aabafdc00324fd87bdcce0"; + 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 8c7b670..a7e2447 100644 --- a/modules/server/calibre-web.nix +++ b/modules/server/calibre-web.nix @@ -5,7 +5,7 @@ ... }: let - fix = import inputs.nixpkgs-last-unstable { + fix = import inputs.calibre { system = "x86_64-linux"; }; # temp in