From fdd4c5243ac6c49c910824fe5653afd9ebea23e4 Mon Sep 17 00:00:00 2001 From: Tate Date: Wed, 22 May 2024 10:13:45 -0600 Subject: [PATCH] remove cgo_enabled --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 95f37c2c1..f00b6b6ee 100644 --- a/shell.nix +++ b/shell.nix @@ -41,7 +41,6 @@ pkgs.mkShell { # Avoids issues with delve CGO_CPPFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"; - CGO_ENABLED=0; shellHook = '' # install gotestloghelper