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

feat!: Add sourceInfo attribute #18

Closed akirak closed 2 years ago

akirak commented 2 years ago

This contains all the attributes of the source except outPath. The revision hash will be especially useful.

outPath needs to be stripped to make individual attributes printed in nix eval.

The lastModified attribute at the package top-level is removed, so this is a breaking change.