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

Make it work with the latest version of Emacs #53

Closed akirak closed 1 year ago

akirak commented 1 year ago

The latest version of Emacs fails to start (https://github.com/emacs-twist/examples/pull/29#issuecomment-1236056725):

Error using execdir /nix/store/3m4jv6pk4hgjmyrr9g5pchf8h2g5v23j-emacs/bin/: emacs: /nix/store/3m4jv6pk4hgjmyrr9g5pchf8h2g5v23j-emacs/bin/../native-lisp/28.1.91-002d2166/preloaded/window-0d1b8b93-7ef4271a.eln: cannot open shared object file: No such file or directory

This is due to how twist organizes artifacts. I will work on it later.

akirak commented 1 year ago

Fixed at #54.