Add support for ledger and trezor with bitcoin-core/HWI

This commit is contained in:
Jonas Nick 2019-04-29 20:39:25 +00:00
parent 54a6a3363e
commit c2f8bf8067
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 121 additions and 3 deletions

View file

@ -11,4 +11,5 @@
spark-wallet = pkgs.callPackage ./pkgs/spark-wallet { };
electrs = pkgs.callPackage ./pkgs/electrs { };
liquidd = pkgs.callPackage ./pkgs/liquidd { };
hwi = pkgs.callPackage ./pkgs/hwi { };
}