emacsPackages.evil-markdown: implement passthru.updateScript

This commit is contained in:
Anderson Torres
2024-07-24 11:55:24 -03:00
parent 0ad09cf8b3
commit 8957ac63a2
@@ -4,6 +4,7 @@
fetchFromGitHub,
markdown-mode,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -22,6 +23,8 @@ melpaBuild {
markdown-mode
];
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/Somelauw/evil-markdown";
description = "Integrates Emacs evil and markdown";