emacsPackages.idris2-mode: updateScript

This commit is contained in:
Anderson Torres
2024-07-28 13:34:02 -03:00
parent 8761cb17a5
commit 1c9f2a0404
@@ -3,6 +3,7 @@
fetchFromGitHub,
melpaBuild,
prop-menu,
gitUpdater,
}:
melpaBuild rec {
@@ -20,6 +21,8 @@ melpaBuild rec {
prop-menu
];
passthru.updateScript = gitUpdater { };
meta = {
homepage = "https://github.com/idris-community/idris2-mode";
description = "Emacs mode for editing Idris 2 code";