From 390fe9b4dacae4b064aef2c4872f954d30e6acde Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 12 Jan 2023 23:16:21 +0100 Subject: [PATCH] flake(shell): comment out GOPROXY = "direct" --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dd6c8ec..e15eb68 100644 --- a/flake.nix +++ b/flake.nix @@ -213,7 +213,7 @@ # -Wl,-O1,-sort-common,-as-needed,-z,relro,-z,now,-flto -pthread # -L${pkgs.glibc}/lib # "; - GOPROXY = "direct"; + # GOPROXY = "direct"; # GOMEMLIMIT = "10GiB"; shellHook = ''