enhancementhelp wanted
Description
Summary
The new --active flag (https://github.com/astral-sh/uv/pull/11189) is a great addition and I think it goes some way to allow uv and conda to work better together. But it does not respect conda environment and only use VIRTUAL_ENV variable.
Would it be possible to add a support for conda environment for --active flag? Simply using CONDA_PREFIX instead of VIRTUAL_ENV when CONDA_DEFAULT_ENV is not base and not empty would be enough, I guess.
Example
No response