By: Michael Lynch <git@mtlynch.io>
Override go-tools and errcheck via buildGoModule, not go The go-tools and errcheck nixpkgs packages don't accept a 'go' override argument directly — they expose 'buildGoModule'. Pass our Go 1.26 buildGoModule override so the analysis tools are built with Go 1.26 and can analyze code that requires it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>