clightning-plugins: use clnrest, remove Python version

This commit is contained in:
Erik Arvstedt 2025-05-09 13:31:18 +02:00
parent ac86e67c85
commit 04b6a09be4
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 4 additions and 62 deletions

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 {};