Loading pkgs/by-name/th/thud/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , installShellFiles , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading Loading
pkgs/by-name/th/thud/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , rustPlatform , fetchFromGitHub , installShellFiles , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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"; Loading