emacs: Build from local override of overlay

upstream emacs.git master branch is broken for yasnippet+nativecomp.

The fix is currently only present in emacs-29, and I was tired of
waiting for fix after a week. So, I cloned and overrode the revision in
emacs-overlay, and built from that. So far so good, all problems
resolved :)

Oh, also had to remove the org repo from straight so it stopped
complaining about mismatched org version.
This commit is contained in:
Payas Relekar 2023-03-31 12:24:54 +05:30
parent b333c7f526
commit 43ba1e6661

View file

@ -14,7 +14,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
url = "git+file:/home/payas/git/emacs-overlay?shallow=1";
};
agenix = {
url = "github:ryantm/agenix";