Language-specific package helpers: Difference between revisions
imported>Bennofs No edit summary |
imported>Adisbladis No edit summary |
||
| Line 36: | Line 36: | ||
=== Python === | === Python === | ||
* [https://github.com/ | * [https://github.com/nix-community/poetry2nix poetry2nix] - poetry2nix turns Poetry projects into Nix derivations without the need to actually write Nix expressions. | ||
* [https://github.com/nix-community/nixpkgs-pytools nixpkgs-pytools] semi-automated way to add python packages to nixpkgs. | * [https://github.com/nix-community/nixpkgs-pytools nixpkgs-pytools] - semi-automated way to add python packages to nixpkgs. | ||
* [https://github.com/DavHau/mach-nix mach-nix] - Create reproducible python environments from `requirements.txt` (using Nix) | * [https://github.com/DavHau/mach-nix mach-nix] - Create reproducible python environments from `requirements.txt` (using Nix) | ||
* [https://github.com/johbo/pip2nix pip2nix] | * [https://github.com/johbo/pip2nix pip2nix] - Generate nix expressions for Python packages. | ||
* [https://github.com/garbas/pypi2nix pypi2nix] - Generate Nix expressions for Python packages | |||
* [https://github.com/proger/python2nix python2nix] | * [https://github.com/proger/python2nix python2nix] | ||
* [https://github.com/badi/nix-pip nix-pip] | * [https://github.com/badi/nix-pip nix-pip] | ||