evcxr: add update script

This commit is contained in:
eljamm
2025-05-08 11:17:54 +02:00
parent 8c22d0fafc
commit b6c58863e4
+3
View File
@@ -11,6 +11,7 @@
rustc,
cmake,
libiconv,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -82,6 +83,8 @@ rustPlatform.buildRustPackage rec {
rm $out/bin/testing_runtime
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Evaluation context for Rust";
homepage = "https://github.com/google/evcxr";