Commit eddabc60 authored by Martin Weinelt's avatar Martin Weinelt Committed by github-actions[bot]
Browse files

syncstorage-rs: link up firefox-syncserver test

(cherry picked from commit 67af782e)
parent 394d76a5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";