From 479e709b4eb17fd12ba308548868c47205b0d51e Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Wed, 29 Oct 2025 17:25:52 -0700 Subject: [PATCH] (FIX): Needed to update flake for debugging. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) 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.