Merge pull request #336592 from bbigras/push-ovrvrtqostsx

veilid: add a version passthru.tests
This commit is contained in:
Bruno Bigras
2024-08-24 02:08:56 -04:00
committed by GitHub

View File

@@ -7,6 +7,8 @@
, protobuf
, capnproto
, cmake
, testers
, veilid
}:
rustPlatform.buildRustPackage rec {
@@ -52,6 +54,12 @@ rustPlatform.buildRustPackage rec {
moveToOutput "lib" "$lib"
'';
passthru.tests = {
veilid-version = testers.testVersion {
package = veilid;
};
};
meta = with lib; {
description = "Open-source, peer-to-peer, mobile-first, networked application framework";
homepage = "https://veilid.com";