From cbcdba9a1bf36a800d5934709d65b404d1c1f6ab Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 2 Nov 2025 12:28:57 +0300 Subject: [PATCH] 123 --- flake.lock | 17 ----------------- modules/server/calibre-web.nix | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index 8734270..f1caf5d 100755 --- a/flake.lock +++ b/flake.lock @@ -256,22 +256,6 @@ "type": "github" } }, - "nixpkgs-last-unstable": { - "locked": { - "lastModified": 1752900028, - "narHash": "sha256-dPALCtmik9Wr14MGqVXm+OQcv7vhPBXcWNIOThGnB/Q=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "6b4955211758ba47fac850c040a27f23b9b4008f", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "6b4955211758ba47fac850c040a27f23b9b4008f", - "type": "github" - } - }, "nixpkgs-master": { "locked": { "lastModified": 1761986929, @@ -382,7 +366,6 @@ "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs", - "nixpkgs-last-unstable": "nixpkgs-last-unstable", "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable", "nypkgs": "nypkgs", diff --git a/modules/server/calibre-web.nix b/modules/server/calibre-web.nix index 4b82ecd..0d125a3 100644 --- a/modules/server/calibre-web.nix +++ b/modules/server/calibre-web.nix @@ -5,10 +5,10 @@ ... }: let - work = import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/e6f23dc08d3624daab7094b701aa3954923c6bbb.tar.gz"; - }) {}; - # myPkg = work.calibre-web; + work = import (builtins.fetchTarball { + url = "https://github.com/NixOS/nixpkgs/archive/e6f23dc08d3624daab7094b701aa3954923c6bbb.tar.gz"; + }) { }; + # myPkg = work.calibre-web; in { # services.calibre-server.package = stable.calibre;