mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-29 14:33:37 -05:00
fix: add evil-collection to overrides
When installing nix-doom-emacs on newer macOS m2 machines, the build process hangs when processing the evil-collection package. Adding this override fixes the problem.
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
evil-org-mode.flake = false;
|
||||
evil-quick-diff.url = "github:rgrinberg/evil-quick-diff";
|
||||
evil-quick-diff.flake = false;
|
||||
evil-collection.url = "github:emacs-evil/evil-collection";
|
||||
evil-collection.flake = false;
|
||||
explain-pause-mode.url = "github:lastquestion/explain-pause-mode";
|
||||
explain-pause-mode.flake = false;
|
||||
format-all.url = "github:lassik/emacs-format-all-the-code/47d862d40a088ca089c92cd393c6dca4628f87d3";
|
||||
|
Reference in New Issue
Block a user