TL;DR: - Prefer `(getenv "BRIEFCASE")` to `(f-expand "~/briefcase")`. I should audit my Emacs for references to ~/briefcase and replace those calls with `getenv`. - Remove calls setting <nixpkgs> and <depot> and rely exclusively on <briefcase> - Prefer ~/nixpkgs-channels to ~/nixpkgs. Notes: - I need a better way of calling `home-manager switch` that resides within my briefcase |
||
|---|---|---|
| .. | ||
| .emacs.d | ||
| default.nix | ||
| elisp-conventions.md | ||
| keybindings.md | ||
| README.md | ||
| snippets.md | ||
Emacs
Emacs is one of a handful software projects that I highly value. I consider it
as central to my workflow as git and nix.
Installing
If you already have briefcase on your local file system, run the following
from the top-level briefcase directory:
$ nix-build -f . -iA emacs.nixos