Skip to content

Commit b6c5886

Browse files
committed
evcxr: add update script
1 parent 8c22d0f commit b6c5886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ev/evcxr/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
rustc,
1212
cmake,
1313
libiconv,
14+
nix-update-script,
1415
}:
1516

1617
rustPlatform.buildRustPackage rec {
@@ -82,6 +83,8 @@ rustPlatform.buildRustPackage rec {
8283
rm $out/bin/testing_runtime
8384
'';
8485

86+
passthru.updateScript = nix-update-script { };
87+
8588
meta = with lib; {
8689
description = "Evaluation context for Rust";
8790
homepage = "https://github.com/google/evcxr";

0 commit comments

Comments
 (0)