This commit is contained in:
2025-11-02 12:28:57 +03:00
parent ee8a6b9d55
commit cbcdba9a1b
2 changed files with 4 additions and 21 deletions
+4 -4
View File
@@ -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;