Scope gcc14 fixincludes override to x86_64-linux only
Using isLinux also changed aarch64-linux gcc14, which cascades through the entire IFD chain (gcc14 → stdenv → glibc → linux-headers → GHC → nix-tools → plan-nix). This forces linux-headers to be rebuilt, but linux-headers fails on darwin builders' case-insensitive APFS (netfilter headers like xt_TCPMSS.h vs xt_tcpmss.h collide). The fixincludes issue only affects x86_64-linux GCC builds on the Determinate Nix Linux VM.