Remove exported DEPOT env var from wpcarros-emacs

wpcarros-emacs no longer depends on this being set.
This commit is contained in:
William Carroll 2020-08-27 17:31:25 +01:00
parent eb0e1d8c5d
commit a1a2f0bbbd

View file

@ -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} \