Add python uv example

This commit is contained in:
Quirin Kinader 2025-08-19 23:34:56 +02:00
commit 00f8c67f93
5 changed files with 243 additions and 0 deletions

5
python-uv/README.md Normal file
View file

@ -0,0 +1,5 @@
# Python environments with uv2nix
Source Documentation: https://pyproject-nix.github.io/uv2nix/usage/hello-world.html
- To use `uv` to manage virtual environments enter: `nix develop .#impure`
- To use `nix` to manage virtual environments enter: `nix develop .#uv2nix`