panache: add update script (#546861)

This commit is contained in:
Michael Daniels
2026-07-28 23:11:34 +00:00
committed by GitHub
+3
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
installShellFiles,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -37,6 +38,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
installManPage target/man/*
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Language server, formatter, and linter for Pandoc, Quarto, and R Markdown";
homepage = "https://github.com/jolars/panache";