Language-specific package helpers: Difference between revisions
imported>Mic92 No edit summary |
imported>Mic92 added more rust helper |
||
Line 44: | Line 44: | ||
* [https://github.com/manveru/bundix bundix] | * [https://github.com/manveru/bundix bundix] | ||
=== Rust === | === Rust ===] | ||
* [https://github.com/nmattia/naersk naersk] | |||
* [https://github.com/kolloch/crate2nix crate2nix] | |||
* [https://pijul.org/2017/12/12/buildrustcrate/ carnix] [https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#compiling-rust-crates-using-nix-instead-of-cargo documentation] - Recommend by community, also integrated into nixpkgs. | * [https://pijul.org/2017/12/12/buildrustcrate/ carnix] [https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md#compiling-rust-crates-using-nix-instead-of-cargo documentation] - Recommend by community, also integrated into nixpkgs. | ||
* [https://github.com/williamyaoh/cratesio2nix cratesio2nix] | * [https://github.com/williamyaoh/cratesio2nix cratesio2nix] |
Revision as of 17:11, 11 February 2020
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 ===]
- naersk
- crate2nix
- carnix documentation - Recommend by community, also integrated into nixpkgs.
- cratesio2nix
- nixcrates
- nix-crates-index
- manilla