clightning-plugins: use clnrest, remove Python version

This commit is contained in:
Erik Arvstedt
2025-05-09 13:32:19 +02:00
parent ac86e67c85
commit 04b6a09be4
3 changed files with 4 additions and 62 deletions
+2 -1
View File
@@ -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 {};