pinned pkgs: add bitcoind-knots
This commit is contained in:
parent
b2bc5e6e75
commit
69090cddfa
2 changed files with 10 additions and 1 deletions
|
|
@ -59,7 +59,15 @@ let
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = config.nix-bitcoin.pkgs.bitcoind;
|
default = config.nix-bitcoin.pkgs.bitcoind;
|
||||||
defaultText = "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 {
|
extraConfig = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ pkgs: pkgsUnstable:
|
||||||
inherit (pkgsUnstable)
|
inherit (pkgsUnstable)
|
||||||
bitcoin
|
bitcoin
|
||||||
bitcoind
|
bitcoind
|
||||||
|
bitcoind-knots
|
||||||
btcpayserver
|
btcpayserver
|
||||||
clboss
|
clboss
|
||||||
clightning
|
clightning
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue