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 , 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 = ''