Skip to content

Commit

Permalink
clboss: use pkg from nixpkgs (0.13.1 -> 0.13.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Aug 16, 2024
1 parent 6e208d6 commit 98692a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions pkgs/clboss/default.nix

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down
1 change: 1 addition & 0 deletions pkgs/pinned.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pkgs: pkgsUnstable:
nbxplorer;

inherit (pkgsUnstable)
clboss
fulcrum
lnd;

Expand Down

0 comments on commit 98692a3

Please sign in to comment.