From 914888a5baca249fceaa976edb345a2a700abc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 5 Jul 2024 13:22:41 +0300 Subject: [PATCH] GOFLAGS += integration --- 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 00a0e11..80d3f84 100644 --- a/shared/work/default.nix +++ b/shared/work/default.nix @@ -62,7 +62,7 @@ home-manager.users.${config.mj.username} = { home.sessionVariables = { - GOFLAGS = "-tags=cluster_integration"; + GOFLAGS = "-tags=integration,cluster_integration"; GOPRIVATE = "github.com/chronosphereio"; CONTAINER_HOST = "unix://run/podman/podman.sock"; BUILDKIT_COLORS = "run=123,20,245:error=yellow:cancel=blue:warning=white";