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";