Right now it does not and we have to work around the resolver errors like this:
[package.build.config]
# For some reason it has to be "cuda-nvcc" instead of "cuda" as documented by pixi-build
compilers = ["c", "cxx", "cuda-nvcc"]
[package.build-dependencies]
# For some reason "cuda-nvcc" in config.compilers is not enough
cuda-compiler = "*"
But this technically is not correct (from the perspective of conda recipes).