mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user