This (pkgsCross.avr.buildPackages) is one of the sections of nixpkgs you'll probably have to hardcode-search because it doesn't show up in nix-env or the caches AFAIK.
Ex: trying to find avr-gcc (bin name), searching for "avr" or "bintools" or "gcc" or avr-binutils-2.43.1 or avr-binutils-wrapper-2.43.1 doesn't show anything from pkgsCross.avr.buildPackages.
Note: the final attribute path I was looking for was pkgsCross.avr.buildPackages.binutils.bintools
This (pkgsCross.avr.buildPackages) is one of the sections of nixpkgs you'll probably have to hardcode-search because it doesn't show up in nix-env or the caches AFAIK.
Ex: trying to find avr-gcc (bin name), searching for "avr" or "bintools" or "gcc" or avr-binutils-2.43.1 or avr-binutils-wrapper-2.43.1 doesn't show anything from pkgsCross.avr.buildPackages.
Note: the final attribute path I was looking for was
pkgsCross.avr.buildPackages.binutils.bintools