mempool: init at 2.5.0

This commit is contained in:
Erik Arvstedt
2023-10-30 11:58:24 +01:00
parent 8cdedac046
commit f0bf94cc5a
9 changed files with 435 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@ let self = {
lndinit = pkgs.callPackage ./lndinit { };
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
rtl = pkgs.callPackage ./rtl { inherit (self) fetchNodeModules; };
inherit (pkgs.callPackage ./mempool { inherit (self) fetchNodeModules; })
mempool-backend
mempool-frontend
mempool-nginx-conf;
# The secp256k1 version used by joinmarket
secp256k1 = pkgs.callPackage ./secp256k1 { };
trustedcoin = pkgs.callPackage ./trustedcoin { };