emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
68 stars 6 forks source link

Work around the preloaded native lisp directory #54

Closed akirak closed 1 year ago

akirak commented 1 year ago

This is a workaround for #53. This is a bit ugly, as it produces native-lisp symlink under the toplevel directory of the output, but it works for now.

It would be better to change the invocation directory of Emacs according to how Emacs is supposed to start, but I can't find a way to do it elegantly.