Loading pkgs/tools/networking/veilid/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , protobuf , capnproto , cmake , testers , veilid }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading Loading
pkgs/tools/networking/veilid/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ , protobuf , capnproto , cmake , testers , veilid }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading