mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
## Summary I have a workflow where I want use `uv` as a dependency solver only, and manage my environments with external tooling (Nix). ## Test Plan Manually tested. Automated testing seems excessive for such a trivial change. ## Problems It's still not as useful as I'd like it to be. `uv` uncondtionally creates a virtual environment, something I would expect that `--no-sync` should disable. This looks a bit more tricky to achieve and I'm not sure about how to best structure it.