bitcoind: add link to nixos test
This commit is contained in:
parent
f240b1f9aa
commit
f541bfbc92
@ -16,6 +16,7 @@
|
|||||||
, python3
|
, python3
|
||||||
, qrencode
|
, qrencode
|
||||||
, libevent
|
, libevent
|
||||||
|
, nixosTests
|
||||||
, withGui
|
, withGui
|
||||||
, withWallet ? true
|
, withWallet ? true
|
||||||
}:
|
}:
|
||||||
@ -81,6 +82,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
smoke-test = nixosTests.bitcoind;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Peer-to-peer electronic cash system";
|
description = "Peer-to-peer electronic cash system";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user