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
Generated
-17
View File
@@ -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",
+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;