use nix python for uv sync

This commit is contained in:
Daniel Winkler 2025-06-02 00:06:16 +02:00
commit 025e49d9b4
No known key found for this signature in database

View file

@ -82,6 +82,8 @@
};
bashBeforeWrapper = {
pydev = [
"export UV_PYTHON=${pkgs.py.interpreter}"
"export UV_PYTHON_DOWNLOADS=\"never\""
"uv sync"
];
};