We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e208d6 + 98692a3 commit 9a2f082Copy full SHA for 9a2f082
pkgs/clboss/default.nix
pkgs/default.nix
@@ -11,7 +11,6 @@ in
11
}:
12
let self = {
13
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
14
- clboss = pkgs.callPackage ./clboss { };
15
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
16
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3PackagesJoinmarket; };
17
lndinit = pkgs.callPackage ./lndinit { };
pkgs/pinned.nix
@@ -17,6 +17,7 @@ pkgs: pkgsUnstable:
nbxplorer;
18
19
inherit (pkgsUnstable)
20
+ clboss
21
fulcrum
22
lnd;
23
0 commit comments