Revert "clightning: fix build"

This reverts commit 321e8ba06e which is not
necessary anymore due to the nixpkgs update.
This commit is contained in:
Jonas Nick 2022-09-03 15:33:44 +00:00
parent b57e7466fb
commit 9c766df16a
No known key found for this signature in database
GPG key ID: 4861DBF262123605
5 changed files with 2 additions and 48 deletions

View file

@ -3,7 +3,7 @@ let
inherit (self) callPackage;
joinmarketPkg = pkg: callPackage pkg { inherit (nbPkgs.joinmarket) version src; };
clightningPkg = pkg: callPackage pkg { inherit (nbPkgs) clightning; };
clightningPkg = pkg: callPackage pkg { inherit (nbPkgs.pinned) clightning; };
unstable = (import ../nixpkgs-pinned.nix).nixpkgs-unstable;
in {