mdbook-yml-header: add update script
This commit is contained in:
parent
b70debe385
commit
ae129da1ea
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user