maturin: add updateScript

This commit is contained in:
seth 2024-06-11 20:14:16 -04:00
parent 5bf72c97bc
commit c64a719620
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -7,6 +7,7 @@
darwin,
libiconv,
testers,
nix-update-script,
maturin,
}:
@ -36,6 +37,8 @@ rustPlatform.buildRustPackage rec {
version = testers.testVersion { package = maturin; };
pyo3 = callPackage ./pyo3-test { };
};
updateScript = nix-update-script { };
};
meta = {