joinmarket: fix for NixOS 25.11
Temporarily add nixpkgs-25.05 for joinmarket (see code comment).
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# This file is generated by ../helper/update-flake.nix
|
||||
pkgs: pkgsUnstable:
|
||||
pkgs: pkgsUnstable: pkgs-25_05:
|
||||
{
|
||||
inherit (pkgs)
|
||||
bitcoin
|
||||
@@ -21,5 +21,5 @@ pkgs: pkgsUnstable:
|
||||
inherit (pkgsUnstable)
|
||||
;
|
||||
|
||||
inherit pkgs pkgsUnstable;
|
||||
inherit pkgs pkgsUnstable pkgs-25_05;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user