trustedcoin: add pkg

This commit is contained in:
neverupdate 2022-08-27 01:14:52 -03:00 committed by Otto Sabart
parent 0dc566e69e
commit 3197338d81
No known key found for this signature in database
GPG key ID: 823BAE99F8BE1E3C
3 changed files with 44 additions and 0 deletions

View file

@ -20,6 +20,7 @@ let self = {
# The secp256k1 version used by joinmarket
secp256k1 = pkgs.callPackage ./secp256k1 { };
spark-wallet = pkgs.callPackage ./spark-wallet { };
trustedcoin = pkgs.callPackage ./trustedcoin { };
pyPkgs = import ./python-packages self pkgs.python3;
inherit (self.pyPkgs)