fort-nix / nix-bitcoin

A collection of Nix packages and NixOS modules for easily installing full-featured Bitcoin nodes with an emphasis on security.
https://nixbitcoin.org
MIT License
504 stars 104 forks source link

c-lightning plugins #71

Closed jb55 closed 3 years ago

jb55 commented 5 years ago

Would be nice to make it easy to load clightning plugins:

jonasnick commented 5 years ago

Yup that's definitely something we wanted to do.

jb55 commented 5 years ago

First thing to do here is get pylightning packaged, then this should be pretty straightforward.

https://github.com/NixOS/nixpkgs/pull/68311

jonasnick commented 5 years ago

Fwiw pylightning was already packaged in nix-bitcoin https://github.com/fort-nix/nix-bitcoin/blob/master/pkgs/pylightning/default.nix but having it upstream is better obviously.