From 16119f434b54e2b8ce629cbd8622bd34d9f0daa4 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Thu, 12 Dec 2024 14:26:43 +0330 Subject: [PATCH] :pencil2: Set GOCACHE Signed-off-by: Muhammed Hussein Karimi --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index a2c2275a..844c7360 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,7 @@ pkgs.mkShell { ]; shellHook = '' export GOPATH=$(pwd)/nix/.go + export GOCACHE=$(pwd)/nix/.go/cache export TMPDIR=$(pwd)/nix/.tmp export PATH=$GOPATH/bin:$PATH mkdir -p "$TMPDIR"