emacs-twist / twist.nix

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

Trace impure inputs for ease of debugging #67

Closed akirak closed 1 year ago

akirak commented 1 year ago

Missing lock entries often cause a build failure, but it required an extra step of investigation. Printing the name of a package that demands an impure input may help the issue. The message will not be printed if the build is entirely pure.