emacs.pkgs.ghostel: teach updateScript to update vendored zig deps

This commit is contained in:
Lin Jian
2026-07-22 21:07:09 +08:00
parent 36a3fdf4d0
commit 7e71cc6192
@@ -69,9 +69,10 @@ melpaBuild {
'';
passthru = {
updateScript = nix-update-script { };
updateScript = nix-update-script { extraArgs = [ "--custom-dep=deps" ]; };
inherit module;
inherit (module) deps;
};
meta = {