mdbook-yml-header: add update script

This commit is contained in:
pinage404 2024-08-03 01:25:03 +02:00
parent b70debe385
commit ae129da1ea

View File

@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchCrate,
nix-update-script,
}:
let
@ -18,6 +19,8 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-cn+R36koBSEp+wKtCQJK/L+mxeb8sHkZu8kWYRigIvw=";
passthru.updateScript = nix-update-script { };
meta = {
description = "MdBook preprocessor for removing yml header within --- (front-matter)";
homepage = "https://github.com/dvogt23/mdbook-yml-header";