blockbook: add link to nixos test
This commit is contained in:
parent
c6a17072c8
commit
4105f83082
@ -9,6 +9,7 @@
|
|||||||
, snappy
|
, snappy
|
||||||
, zeromq
|
, zeromq
|
||||||
, zlib
|
, zlib
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
@ -54,6 +55,10 @@ buildGoModule rec {
|
|||||||
cp -r $src/static/css/ $out/share/
|
cp -r $src/static/css/ $out/share/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
smoke-test = nixosTests.blockbook-frontend;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Trezor address/account balance backend";
|
description = "Trezor address/account balance backend";
|
||||||
homepage = "https://github.com/trezor/blockbook";
|
homepage = "https://github.com/trezor/blockbook";
|
||||||
|
Loading…
Reference in New Issue
Block a user