dust: add updateScript

This commit is contained in:
Defelo
2025-05-23 17:56:08 +02:00
parent f10d01c45a
commit b8f6858e45
+3
View File
@@ -4,6 +4,7 @@
rustPlatform,
installShellFiles,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -42,6 +43,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "du + rust = dust. Like du but more intuitive";
homepage = "https://github.com/bootandy/dust";