From a1a2f0bbbdcfcae90db71f0851b05b031e46ced7 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 27 Aug 2020 17:31:25 +0100 Subject: Remove exported DEPOT env var from wpcarros-emacs wpcarros-emacs no longer depends on this being set. --- emacs/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs') diff --git a/emacs/default.nix b/emacs/default.nix index 22ac6d31e703..f7f7463e56b3 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -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} \ -- cgit 1.4.1