clboss: use pkg from nixpkgs (0.13.1 -> 0.13.2)

This commit is contained in:
Erik Arvstedt 2024-08-16 13:42:05 +02:00
parent 6e208d6a7b
commit 98692a35c1
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 1 additions and 37 deletions

View file

@ -11,7 +11,6 @@ in
}:
let self = {
clightning-rest = pkgs.callPackage ./clightning-rest { inherit (self) fetchNodeModules; };
clboss = pkgs.callPackage ./clboss { };
clightning-plugins = pkgs.recurseIntoAttrs (import ./clightning-plugins pkgs self.nbPython3Packages);
joinmarket = pkgs.callPackage ./joinmarket { inherit (self) nbPython3PackagesJoinmarket; };
lndinit = pkgs.callPackage ./lndinit { };