Closed LaurenceWarne closed 2 years ago
I think this should fix the ci errors. transient now depends on compat which is not on melpa (but on gnu elpa) so (eldev-use-package-archive 'gnu-elpa) just allows eldev to fetch deps from elpa.
compat
(eldev-use-package-archive 'gnu-elpa)
Thanks!
Edit: looks good, ci passed
I think this should fix the ci errors. transient now depends on
compat
which is not on melpa (but on gnu elpa) so(eldev-use-package-archive 'gnu-elpa)
just allows eldev to fetch deps from elpa.Thanks!
Edit: looks good, ci passed