syncstorage-rs: link up firefox-syncserver test

This commit is contained in:
Martin Weinelt
2025-11-27 02:32:56 +01:00
parent 83b9440abb
commit 67af782e11
@@ -8,6 +8,7 @@
makeBinaryWrapper,
lib,
nix-update-script,
nixosTests,
}:
let
@@ -54,6 +55,8 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = nix-update-script { };
passthru.tests = { inherit (nixosTests) firefox-syncserver; };
meta = {
description = "Mozilla Sync Storage built with Rust";
homepage = "https://github.com/mozilla-services/syncstorage-rs";