clightning-plugins: use clnrest, remove Python version
This commit is contained in:
parent
ac86e67c85
commit
04b6a09be4
3 changed files with 4 additions and 62 deletions
|
|
@ -10,7 +10,8 @@ rec {
|
|||
pyln-proto = clightningPkg ./pyln-proto;
|
||||
pyln-bolt7 = clightningPkg ./pyln-bolt7;
|
||||
pylightning = clightningPkg ./pylightning;
|
||||
clnrest = clightningPkg ./clnrest;
|
||||
# TODO: Remove after 2026-05-09
|
||||
clnrest = throw "`nbPython3Packages.clnrest` has been replaced with nix-bitcoin pkg `clnrest` (Rust rewrite)";
|
||||
|
||||
# Packages only used by joinmarket
|
||||
bencoderpyx = callPackage ./bencoderpyx {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue