From f86b714c1e772648b54f14096d3f28103fd3706c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 8 May 2025 10:36:06 +0000 Subject: [PATCH] go tags: +big --- shared/work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/work/default.nix b/shared/work/default.nix index 401615f..4840f22 100644 --- a/shared/work/default.nix +++ b/shared/work/default.nix @@ -59,7 +59,7 @@ home-manager.users.${config.mj.username} = { home.sessionVariables = { - GOFLAGS = "-tags=integration,cluster_integration"; + GOFLAGS = "-tags=big,integration,cluster_integration"; GOPRIVATE = "github.com/chronosphereio"; BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white"; };