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