nix-community / nix-doom-emacs

doom-emacs packaged for Nix [maintainers=@thiagokokada]
MIT License
214 stars 43 forks source link

fix: add evil-collection to overrides #443

Closed roman closed 1 year ago

roman commented 1 year ago

When installing nix-doom-emacs on a macOS m2 machine (Ventura 13.4), the build process hangs when processing the evil-collection package.

Adding this override fixes the problem.

roman commented 1 year ago

CI is failing with

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: fcitx-engines is deprecated, please use fcitx5 instead.

Does anyone know where is this coming from?

ckiee commented 1 year ago

I think I encountered that some months ago, it's a matter of updating the flakes & unrelated to this PR, and since the other checks are happy I'm merging.

ckiee commented 1 year ago

I pushed a hotfix directly to master running nix flake lock to generate the missing evil-collection lockfile entry which flake-compat relies on.

We should've caught it in the review, but it happens :P

roman commented 1 year ago

Gosh, apologies about that 😞