eask-cli: use GitHub releases for update script (#498036)

This commit is contained in:
Nick Cao
2026-03-10 21:00:58 +00:00
committed by GitHub
+5
View File
@@ -2,6 +2,7 @@
lib,
buildNpmPackage,
fetchFromGitHub,
nix-update-script,
versionCheckHook,
}:
@@ -26,6 +27,10 @@ buildNpmPackage (finalAttrs: {
doInstallCheck = true;
passthru.updateScript = nix-update-script {
extraArgs = [ "--use-github-releases" ];
};
meta = {
changelog = "https://github.com/emacs-eask/cli/blob/${finalAttrs.version}/CHANGELOG.md";
description = "CLI for building, runing, testing, and managing your Emacs Lisp dependencies";