From 05e5ec99ec8cccd7f65b226cbe1f8de9ccf4a484 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 30 Jan 2021 10:47:02 +0100 Subject: [PATCH] modules packages: build electrs, lightning-loop with nixpkgs stable Building with nixBitcoinPkgsUnstable was only a temporary measure to fix build errors on stable. --- pkgs/pinned.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/pinned.nix b/pkgs/pinned.nix index e9239e2..00c99ef 100644 --- a/pkgs/pinned.nix +++ b/pkgs/pinned.nix @@ -13,9 +13,6 @@ in lnd nbxplorer btcpayserver; - inherit (nixBitcoinPkgsUnstable) - electrs - lightning-loop; stable = nixBitcoinPkgsStable; unstable = nixBitcoinPkgsUnstable;