Skip to content

Commit

Permalink
Merge pull request #482 from roman/roman/fix/remove-evil-collection-f…
Browse files Browse the repository at this point in the history
…rom-overrides
  • Loading branch information
ckiee authored Jul 11, 2023
2 parents 2c4ba0d + 68c1175 commit 9a5b34d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
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";
Expand Down
4 changes: 0 additions & 4 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ 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
Expand Down

0 comments on commit 9a5b34d

Please sign in to comment.