| .. | ||
| src/hello_world | ||
| flake.nix | ||
| pyproject.toml | ||
| README.md | ||
Python environments with uv2nix
Source Documentation: https://pyproject-nix.github.io/uv2nix/usage/hello-world.html
- To use
uvto manage virtual environments enter:nix develop .#impure - To use
nixto manage virtual environments enter:nix develop .#uv2nix