``` CROSS_DEBUG=1 CROSS_CUSTOM_TOOLCHAIN=1 CROSS_TARGET_X86_64_UNKNOWN_LINUX_GNU_IMAGE="ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main-centos" cross +78c8355821161d05841b58cd7c27ff0bb679847d build --target x86_64-unknown-linux-gnu -v ``` results in us mounting `.rustup/toolchains/nightly-x86_64-unknown-linux-gnu` tried fixing it in https://github.com/Emilgardis/cross/tree/fix-custom-toolchain but it doesn't seem to work as intended tried this for https://github.com/rust-lang/rust/pull/125417#issuecomment-2125835936