emacs-twist / twist.nix

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

Avoid IFD #20

Closed akirak closed 10 months ago

akirak commented 2 years ago

Nix blocked an execution of a twist configuration due to IFD, so this may be necessary.

There is at least one location where an IFD is involved. The list of built-in Emacs libraries is an IFD, so it will be necessary to generate the data beforehand.

akirak commented 2 years ago

This was only relevant in elinter's usecase, and it does not affect now. Maybe in the future.