···2828 "tegra" # Nvidia Tegra SoCs
2929 "v3d" # Broadcom VC5 (Raspberry Pi 4)
3030 "vc4" # Broadcom VC4 (Raspberry Pi 0-3)
3131- ] ++ lib.optionals stdenv.isx86_64 [
3232- "iris" # new Intel, could work on non-x86_64 with PCIe cards, but doesn't build as of 22.3.4
3333- "crocus" # Intel legacy, x86_64 only
3131+ ] ++ lib.optionals stdenv.hostPlatform.isx86 [
3232+ "iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4
3333+ "crocus" # Intel legacy, x86 only
3434 ]
3535 else [ "auto" ]
3636, vulkanDrivers ?