Language-specific package helpers: Difference between revisions
imported>Kamilchm |
imported>Mic92 add vgo2nix |
||
Line 7: | Line 7: | ||
* [https://github.com/kamilchm/go2nix go2nix] | * [https://github.com/kamilchm/go2nix go2nix] | ||
* [https://github.com/nixcloud/dep2nix dep2nix] | * [https://github.com/nixcloud/dep2nix dep2nix] | ||
* For go 1.11+ modules: [https://github.com/adisbladis/vgo2nix vgo2nix] | |||
=== Python === | === Python === |
Revision as of 23:44, 29 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