Merge fort-nix/nix-bitcoin#773: pinned pkgs: add bitcoind-knots
69090cddfapinned pkgs: add `bitcoind-knots` (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK69090cddfaTree-SHA512: f99036bad7535d6b8617b2384d63922158138ddfd7284b59837a3566babe156372be427956f907a87e78b57d21efa6921b95350f36d7d301c70bb79ef7712118
This commit is contained in:
commit
040231d830
2 changed files with 10 additions and 1 deletions
|
|
@ -59,7 +59,15 @@ let
|
|||
type = types.package;
|
||||
default = config.nix-bitcoin.pkgs.bitcoind;
|
||||
defaultText = "config.nix-bitcoin.pkgs.bitcoind";
|
||||
description = "The package providing bitcoin binaries.";
|
||||
description = ''
|
||||
The package providing bitcoind binaries.
|
||||
|
||||
You can use this option to select other bitcoind-compatible implementations.
|
||||
Example:
|
||||
```nix
|
||||
services.bitcoind.package = config.nix-bitcoin.pkgs.bitcoind-knots;
|
||||
```
|
||||
'';
|
||||
};
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ pkgs: pkgsUnstable:
|
|||
inherit (pkgsUnstable)
|
||||
bitcoin
|
||||
bitcoind
|
||||
bitcoind-knots
|
||||
btcpayserver
|
||||
clboss
|
||||
clightning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue