mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
nixos/blockbook-frontend: adjust tests to bitcoind
This commit is contained in:
parent
8649a86884
commit
046a80f7a4
@ -8,7 +8,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
services.blockbook-frontend."test" = {
|
||||
enable = true;
|
||||
};
|
||||
services.bitcoind = {
|
||||
services.bitcoind.mainnet = {
|
||||
enable = true;
|
||||
rpc = {
|
||||
port = 8030;
|
||||
|
Loading…
Reference in New Issue
Block a user