thud: add passthru.updateScript

This commit is contained in:
Donovan Glover 2023-10-31 11:16:53 -04:00
parent 852a00c0a9
commit e9b4856537
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,6 +2,7 @@
, rustPlatform
, fetchFromGitHub
, installShellFiles
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -33,6 +34,8 @@ rustPlatform.buildRustPackage rec {
--zsh <(cat target/completions/_thud)
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Generate directory thumbnails for GTK-based file browsers from images inside them";
homepage = "https://github.com/donovanglover/thud";