syncstorage-rs: add passthru.updateScript

This commit is contained in:
aktaboot 2024-10-21 14:04:26 +02:00
parent ece1914240
commit d2c9de5e7c

View File

@ -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";