README.md: Add pip2nix (#165)

This commit is contained in:
Cynthia Fox 2023-05-29 11:17:12 -04:00 committed by GitHub
parent 1e5780c395
commit 787d9f9796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,7 @@
### Python
* [mach-nix](https://github.com/DavHau/mach-nix) - Tool to create highly reproducible python environments.
* [pip2nix](https://github.com/nix-community/pip2nix) - A repository-agnostic Python package generator tool.
* [poetry2nix](https://github.com/nix-community/poetry2nix) - Build Python packages directly from [Poetry's](https://python-poetry.org/) `poetry.lock`. No conversion step needed.
### Ruby