nix nit: reset TMPDIR/TMP in shell4-osx for long-running emacs

This commit is contained in:
Roland Conybeare 2026-02-28 13:28:08 +11:00
commit 29c15f3f70

View file

@ -783,6 +783,10 @@ in
# dependencies on host system libraries
# glpath = pkgs.lib.makeLibraryPath [ ];
# choose a temp directory that can outlive nix-shell
export TMPDIR=$(getconf DARWIN_USER_TEMP_DIR)
export TMP=$TMPDIR
'';
};