about summary refs log tree commit diff
path: root/overrides/writeElispBin.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20 r/238 refactor: Fix a variety of filepaths for repo relayoutingVincent Ambo1-23/+0
This fixes readTree and the various project builds, as well as (hopefully) most documentation links inside of the projects.
2019-12-14 r/138 fix(writeElispBin): Use emacsPackagesNgVincent Ambo1-2/+2
Ng is used by my Emacs derivation. I don't actually know what they do differently, but it seems sensible to use the same one in both places.
2019-12-09 r/104 fix(writeElispBin): Add required nixpkgs attributes for elispVincent Ambo1-2/+2
2019-12-09 r/99 feat: Add writeElispBin helper functionVincent Ambo1-0/+23
Exactly as the name suggests. Currently, passing arguments from the CLI is not really supported.