bitcoind: add link to nixos test

This commit is contained in:
Léo Gaspard 2021-04-04 00:29:09 +02:00
parent f240b1f9aa
commit f541bfbc92

View file

@ -16,6 +16,7 @@
, python3
, qrencode
, libevent
, nixosTests
, withGui
, withWallet ? true
}:
@ -81,6 +82,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
smoke-test = nixosTests.bitcoind;
};
meta = {
description = "Peer-to-peer electronic cash system";
longDescription = ''