about summary refs log tree commit diff
path: root/emacs/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-06T21·39+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-07T11·01+0000
commitb47ca8b8769883557ac1ef62a6fb1cd815f08fb6 (patch)
tree3f4e7443b5c50c9489d3332360b61af3d53e1608 /emacs/default.nix
parenta91d00fd94817453c0be43b87d722153cc35c03d (diff)
Support lorri
From what I currently understand, lorri is a tool (sponsored by Target) that
uses nix and direnv to build and switch between environments quickly and
easily.

When you run `lorri init` inside of a directory, lorri creates a shell.nix and
an .envrc file. The .envrc file calls `eval "$(lorri direnv)"` and the shell.nix
calls `<nixpkgs>.mkShell`, which creates a shell environment exposing
dependencies on $PATH and environment variables. lorri uses direnv to ensure
that $PATH and the environment variables are available depending on your CWD.

lorri becomes especially powerful because of Emacs's `direnv-mode`, which
ensures that Emacs buffers can access anything exposed by direnv as well.

I still need to learn more about how lorri works and how it will affect my
workflow, but I'm enjoying what I've seen thus far, and I'm optimistic about the
road ahead.
Diffstat (limited to 'emacs/default.nix')
0 files changed, 0 insertions, 0 deletions