Merge pull request #482 from roman/roman/fix/remove-evil-collection-from-overrides
This commit is contained in:
17
flake.lock
generated
17
flake.lock
generated
@ -66,22 +66,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"evil-collection": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1686801899,
|
||||
"narHash": "sha256-wGJWF9t8yaxLyYQRf3hK+5/AIYYAS8qWXPDEvatzBlc=",
|
||||
"owner": "emacs-evil",
|
||||
"repo": "evil-collection",
|
||||
"rev": "4a7d924dbd851ef1b2ccb85778be6e7a6a81ebd4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "emacs-evil",
|
||||
"repo": "evil-collection",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"evil-escape": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@ -362,7 +346,6 @@
|
||||
"doom-snippets": "doom-snippets",
|
||||
"emacs-overlay": "emacs-overlay",
|
||||
"emacs-so-long": "emacs-so-long",
|
||||
"evil-collection": "evil-collection",
|
||||
"evil-escape": "evil-escape",
|
||||
"evil-markdown": "evil-markdown",
|
||||
"evil-org-mode": "evil-org-mode",
|
||||
|
@ -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";
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user