Merge fort-nix/nix-bitcoin#773: pinned pkgs: add bitcoind-knots

69090cddfa pinned pkgs: add `bitcoind-knots` (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 69090cddfa

Tree-SHA512: f99036bad7535d6b8617b2384d63922158138ddfd7284b59837a3566babe156372be427956f907a87e78b57d21efa6921b95350f36d7d301c70bb79ef7712118
This commit is contained in:
Jonas Nick 2025-05-14 10:17:19 +00:00
commit 040231d830
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 10 additions and 1 deletions

View file

@ -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;

View file

@ -12,6 +12,7 @@ pkgs: pkgsUnstable:
inherit (pkgsUnstable)
bitcoin
bitcoind
bitcoind-knots
btcpayserver
clboss
clightning