diff --git a/flake.nix b/flake.nix index 3ad3ac2..6efaf29 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,8 @@ export GOOS=linux export GOARCH=amd64 + export CGO_CFLAGS=-Wno-error=cpp; + # Exec zsh to replace the current shell process with zsh. # This ensures your prompt and zsh configurations load correctly.