nix-bitcoin/pkgs/pinned.nix
Erik Arvstedt de77281cba
pkgs: import pinned nixpkgs in default.nix
pkgs/default.nix now explicitly specifies all its dependencies as arguments.
This is required for flake support.

Also simplify pinned.nix and python-packages by removing unused attrs.
2021-08-16 10:43:07 +02:00

20 lines
261 B
Nix

pkgs: pkgsUnstable:
{
inherit (pkgsUnstable)
bitcoin
bitcoind
charge-lnd
clightning
lnd
lndconnect
nbxplorer
btcpayserver
electrs
elementsd
hwi
lightning-loop
lightning-pool;
inherit pkgs pkgsUnstable;
}