balanceofsatoshis: init at 8.0.2
This commit is contained in:
parent
6259a47c45
commit
302103b714
@ -12,6 +12,7 @@
|
|||||||
, "@webassemblyjs/wast-refmt"
|
, "@webassemblyjs/wast-refmt"
|
||||||
, "alloy"
|
, "alloy"
|
||||||
, "asar"
|
, "asar"
|
||||||
|
, "balanceofsatoshis"
|
||||||
, "bash-language-server"
|
, "bash-language-server"
|
||||||
, "bower"
|
, "bower"
|
||||||
, "bower2nix"
|
, "bower2nix"
|
||||||
|
5806
pkgs/development/node-packages/node-packages.nix
generated
5806
pkgs/development/node-packages/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
@ -26709,6 +26709,8 @@ in
|
|||||||
|
|
||||||
aeon = callPackage ../applications/blockchains/aeon { };
|
aeon = callPackage ../applications/blockchains/aeon { };
|
||||||
|
|
||||||
|
balanceofsatoshis = nodePackages.balanceofsatoshis;
|
||||||
|
|
||||||
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = true; };
|
bitcoin = libsForQt5.callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = true; };
|
||||||
bitcoind = callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = false; };
|
bitcoind = callPackage ../applications/blockchains/bitcoin.nix { miniupnpc = miniupnpc_2; withGui = false; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user