Language-specific package helpers: Difference between revisions
imported>Profpatsch m yarn is a drop-in for npm |
imported>Mic92 No edit summary |
||
Line 36: | Line 36: | ||
=== Python === | === Python === | ||
* [https://github.com/garbas/pypi2nix pypi2nix] - Recommended by Community | * [https://github.com/garbas/pypi2nix pypi2nix] - Recommended by Community | ||
* [https://github.com/nix-community/nixpkgs-pytools nixpkgs-pytools] semi-automated way to add python packages to nixpkgs. | |||
* [https://github.com/johbo/pip2nix pip2nix] | * [https://github.com/johbo/pip2nix pip2nix] | ||
* [https://github.com/proger/python2nix python2nix] | * [https://github.com/proger/python2nix python2nix] |
Revision as of 02:30, 29 July 2019
The official overview can be found in the nixpkgs manual.
Elisp
Erlang
Go
Haskell
- cabal2nix
- haskell-overridez - Simplify usage of nix dependencies during haskell development
JavaScript / Node.js
- node2nix
- npm2nix
- yarn-based (carry the same name but different implementations), yarn is a drop-in for `npm`:
- bower2nix
Lua
OCaml
Perl
Python
- pypi2nix - Recommended by Community
- nixpkgs-pytools semi-automated way to add python packages to nixpkgs.
- pip2nix
- python2nix
- nix-pip
Ruby
Rust
- carnix documentation - Recommend by community, also integrated into nixpkgs.
- cratesio2nix
- nixcrates
- nix-crates-index
- manilla