We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4c970 commit 8f8ffcaCopy full SHA for 8f8ffca
pkgs/by-name/ri/rip2/package.nix
@@ -5,6 +5,7 @@
5
versionCheckHook,
6
installShellFiles,
7
stdenv,
8
+ nix-update-script,
9
}:
10
11
rustPlatform.buildRustPackage rec {
@@ -36,6 +37,8 @@ rustPlatform.buildRustPackage rec {
36
37
--zsh <($out/bin/rip completions zsh)
38
'';
39
40
+ passthru.updateScript = nix-update-script { };
41
+
42
meta = {
43
description = "Safe and ergonomic alternative to rm";
44
homepage = "https://github.com/MilesCranmer/rip2";
0 commit comments