Skip to content

Commit 155a2f6

Browse files
authored
rip2: set up updateScript (#367987)
2 parents 49a2a0b + 8f8ffca commit 155a2f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ri/rip2/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
versionCheckHook,
66
installShellFiles,
77
stdenv,
8+
nix-update-script,
89
}:
910

1011
rustPlatform.buildRustPackage rec {
@@ -36,6 +37,8 @@ rustPlatform.buildRustPackage rec {
3637
--zsh <($out/bin/rip completions zsh)
3738
'';
3839

40+
passthru.updateScript = nix-update-script { };
41+
3942
meta = {
4043
description = "Safe and ergonomic alternative to rm";
4144
homepage = "https://github.com/MilesCranmer/rip2";

0 commit comments

Comments
 (0)