Remove exported DEPOT env var from wpcarros-emacs
wpcarros-emacs no longer depends on this being set.
This commit is contained in:
parent
eb0e1d8c5d
commit
a1a2f0bbbd
1 changed files with 0 additions and 3 deletions
|
@ -135,11 +135,8 @@ let
|
|||
};
|
||||
|
||||
withEmacsPath = emacsBin: pkgs.writeShellScriptBin "wpcarros-emacs" ''
|
||||
# TODO: Is this the best way to handle environment variables using Nix?
|
||||
export XMODIFIERS=emacs
|
||||
export BRIEFCASE=$HOME/briefcase
|
||||
export DEPOT=$HOME/depot
|
||||
|
||||
export PATH="${emacsBinPath}:$PATH"
|
||||
export EMACSLOADPATH="${wpcarrosEmacs.deps}/share/emacs/site-lisp:"
|
||||
exec ${emacsBin} \
|
||||
|
|
Loading…
Reference in a new issue