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-07 08:44:51 +00:00
parent b57e7466fb
commit 9c766df16a
5 changed files with 2 additions and 48 deletions
+1 -1
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 {