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-22 12:45:24 +00:00
parent 7764f36405
commit 0784e2d479
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
11 changed files with 5 additions and 3249 deletions

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;
}