Commit d2c9de5e authored by aktaboot's avatar aktaboot
Browse files

syncstorage-rs: add passthru.updateScript

parent ece19142
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, libmysqlclient
, makeBinaryWrapper
, lib
, nix-update-script
}:

let
@@ -56,6 +57,8 @@ rustPlatform.buildRustPackage rec {
  # almost all tests need a DB to test against
  doCheck = false;

  passthru.updateScript = nix-update-script {};

  meta = {
    description = "Mozilla Sync Storage built with Rust";
    homepage = "https://github.com/mozilla-services/syncstorage-rs";