Add a patch for restart-emacs

Before this change, trying to use `doom/restart-and-restore` would
result in a failed to load `default.el` as the wrong binary would be launched.

This fixes that.
This commit is contained in:
Ron B
2021-06-13 15:12:27 +03:00
committed by László Vaskó
parent 4857f7c12a
commit e9a82e6557
3 changed files with 27 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ self: super: {
pname = "php-extras";
};
restart-emacs = super.restart-emacs.overrideAttrs (esuper: {
patches = [ ./restart-emacs.patch ];
});
revealjs = self.straightBuild {
pname = "revealjs";