Language-specific package helpers: Difference between revisions
imported>Volth m cpan2nix |
imported>Teto added luarocks2nix |
||
Line 2: | Line 2: | ||
The official overview can be found in the [http://nixos.org/nixpkgs/manual/#chap-language-support nixpkgs manual]. | The official overview can be found in the [http://nixos.org/nixpkgs/manual/#chap-language-support nixpkgs manual]. | ||
=== Lua === | |||
* [https://github.com/teto/luarocks2nix luarocks2nix] works with https://github.com/NixOS/nixpkgs/pull/33903 | |||
=== Go === | === Go === | ||
* [https://github.com/kamilchm/go2nix go2nix] | * [https://github.com/kamilchm/go2nix go2nix] |
Revision as of 07:55, 6 August 2018
The official overview can be found in the nixpkgs manual.
Lua
Go
Python
- pypi2nix - Recommended by Community
- pip2nix
- python2nix
- nix-pip
Node.js
Ruby
Haskell
- cabal2nix
- haskell-overridez - Simplify usage of nix dependencies during haskell development
Scala
Elisp
Rust
- carnix documentation - Recommend by community, also integrated into nixpkgs.
- cratesio2nix
- nixcrates
- nix-crates-index
- manilla