clightning-plugins: use clnrest, remove Python version
This commit is contained in:
parent
ac86e67c85
commit
04b6a09be4
3 changed files with 4 additions and 62 deletions
|
|
@ -37,8 +37,8 @@ let
|
|||
};
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = config.nix-bitcoin.pkgs.nbPython3Packages.clnrest;
|
||||
defaultText = "config.nix-bitcoin.pkgs.nbPython3Packages.clnrest";
|
||||
default = config.nix-bitcoin.pkgs.clnrest;
|
||||
defaultText = "config.nix-bitcoin.pkgs.clnrest";
|
||||
description = "The package providing clnrest binaries.";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue