summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRob <86313040+robert-manchester@users.noreply.github.com>2023-11-08 00:43:58 -0800
committerRob <86313040+robert-manchester@users.noreply.github.com>2023-11-08 00:48:07 -0800
commit031f2f3ceef4426b5982c5cc6b46fe41873927da (patch)
treed48e81b8b5d7b2dcbce0108baa9f8a68b335192e /pkgs/development/tools
parenteaad9ece24133ec52ac19de315aa26e4acff6766 (diff)
teller: fix build
add HOME=$(mktemp -d) in checkPhase
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/teller/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/teller/default.nix b/pkgs/development/tools/teller/default.nix
index 8930777229309..a906e6c1f5e57 100644
--- a/pkgs/development/tools/teller/default.nix
+++ b/pkgs/development/tools/teller/default.nix
@@ -19,6 +19,7 @@ buildGoModule {
   # use make instead of default checks because e2e does not work with `buildGoDir`
   checkPhase = ''
     runHook preCheck
+    HOME="$(mktemp -d)"
     # We do not set trimpath for tests, in case they reference test assets
     export GOFLAGS=''${GOFLAGS//-trimpath/}