mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-03 12:27:27 -05:00
Merge pull request #443 from roman/roman/fix-evil-collection-install
fix: add evil-collection to overrides
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";
|
||||
|
@ -32,6 +32,10 @@ self: super: {
|
||||
pname = "evil-quick-diff";
|
||||
};
|
||||
|
||||
evil-collection = self.straightBuild {
|
||||
pname = "evil-collection";
|
||||
};
|
||||
|
||||
magit = super.magit.overrideAttrs (esuper: {
|
||||
preBuild = ''
|
||||
make VERSION="${esuper.version}" -C lisp magit-version.el
|
||||
|
Reference in New Issue
Block a user