nix-templates/python-uv
2025-08-19 23:34:56 +02:00
..
src/hello_world Add python uv example 2025-08-19 23:34:56 +02:00
flake.nix Add python uv example 2025-08-19 23:34:56 +02:00
pyproject.toml Add python uv example 2025-08-19 23:34:56 +02:00
README.md Add python uv example 2025-08-19 23:34:56 +02:00

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