rtl: init at 0.11.2

This commit is contained in:
nixbitcoin 2021-11-08 11:41:42 +00:00
parent 3f844c06f0
commit 83196f5545
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
6 changed files with 3123 additions and 0 deletions

View file

@ -6,6 +6,7 @@ in
, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable { config = {}; overlays = []; }
}:
let self = {
rtl = pkgs.callPackage ./rtl { };
spark-wallet = pkgs.callPackage ./spark-wallet { };
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3Packages; };