Unverified Commit 67af782e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

syncstorage-rs: link up firefox-syncserver test

parent 83b9440a
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";