diff --git a/flake.nix b/flake.nix index 8d16f609..5f28d622 100644 --- a/flake.nix +++ b/flake.nix @@ -214,6 +214,7 @@ shellHook = '' export PATH="$PWD/result/bin:$PATH" + export CGO_ENABLED=0 ''; };