Revert "temp: mirror erikarvstedt btcpayserver"

This reverts commit 99295328b4.
Removes nbxplorer/btcpayserver from travis
Adds nbxplorer/btcpayserver to pinned.nix
This commit is contained in:
nixbitcoin
2020-09-24 09:33:46 +00:00
parent 7764f36405
commit 0784e2d479
11 changed files with 5 additions and 3249 deletions
+3 -2
View File
@@ -10,12 +10,13 @@ in
bitcoin
bitcoind
clightning
lnd;
lnd
nbxplorer
btcpayserver;
inherit (nixBitcoinPkgsUnstable)
electrs
lightning-loop;
stable = nixBitcoinPkgsStable;
unstable = nixBitcoinPkgsUnstable;
inherit nixpkgsUnstable;
}