From d90aea324cf6445b143ba6f108c091071e6f4878 Mon Sep 17 00:00:00 2001 From: Ilya Polyakovskiy Date: Mon, 4 Jul 2022 18:18:34 +0200 Subject: [PATCH] Revert "return back setting TMPDIR=/tmp in shell.nix, as a possible explanation" This reverts commit 0847f7003675aaad06b4710fbe419b4b6b628170. --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 586bb9c24c..84e778d75f 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,6 @@ mkShell { # will be catched earlier # See: https://github.com/bazelbuild/bazel/issues/4231 BAZEL_USE_CPP_ONLY_TOOLCHAIN=1; - TMPDIR=/tmp; # Set UTF-8 local so that run-tests can parse GHC's unicode output. LANG="C.UTF-8";