taplo: add updateScript

This commit is contained in:
Defelo
2025-11-04 15:03:05 +01:00
parent 9437f10f61
commit 533e31e26b
+3
View File
@@ -8,6 +8,7 @@
withLsp ? true,
installShellFiles,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -50,6 +51,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "TOML toolkit written in Rust";
homepage = "https://taplo.tamasfe.dev";