Move patches to its own directory

This commit is contained in:
Thiago Kenji Okada
2022-07-08 16:48:39 +01:00
parent 744cfb8a1d
commit ffa42074ba
6 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ self: super: {
} // args);
evil-escape = super.evil-escape.overrideAttrs (esuper: {
patches = [ ./evil-escape.patch ];
patches = [ ./patches/evil-escape.patch ];
});
doom-snippets = self.straightBuild {
@@ -80,7 +80,7 @@ self: super: {
};
restart-emacs = super.restart-emacs.overrideAttrs (esuper: {
patches = [ ./restart-emacs.patch ];
patches = [ ./patches/restart-emacs.patch ];
});
revealjs = self.straightBuild {