calibre: continue to pull in from nixos-24.05 for now
On 24.11, there's a test failure.
This commit is contained in:
parent
8d9e6f53ad
commit
f9e5a42ca9
17
flake.lock
17
flake.lock
|
@ -192,6 +192,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-2405": {
|
||||
"locked": {
|
||||
"lastModified": 1731386116,
|
||||
"narHash": "sha256-lKA770aUmjPHdTaJWnP3yQ9OI1TigenUqVC3wweqZuI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "689fed12a013f56d4c4d3f612489634267d86529",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-24.05",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1731403644,
|
||||
|
@ -324,6 +340,7 @@
|
|||
"lanzaboote": "lanzaboote",
|
||||
"mysecrets": "mysecrets",
|
||||
"nix-darwin": "nix-darwin",
|
||||
"nixos-2405": "nixos-2405",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixos-unstable": "nixos-unstable",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.11";
|
||||
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixos-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
home-manager = {
|
||||
|
|
|
@ -150,7 +150,7 @@ let
|
|||
chromium
|
||||
falkon
|
||||
thunderbird
|
||||
#calibre # FIXME: using bin due to failing tests
|
||||
inputs.nixos-unstable.legacyPackages.${system}.calibre # FIXME: test failure in 24.11
|
||||
dino
|
||||
zotero
|
||||
ding
|
||||
|
|
Loading…
Reference in a new issue