Language-specific package helpers: Difference between revisions

imported>Ebkalderon
Add cargo2nix as a Rust package helper
imported>Mic92
Remove npm2nix (unmaintained)
Line 21: Line 21:
* [https://github.com/svanderburg/node2nix node2nix], Recommend for use in nixpkgs
* [https://github.com/svanderburg/node2nix node2nix], Recommend for use in nixpkgs
* [https://github.com/nmattia/napalm napalm], Imports package-lock.json into nix directly
* [https://github.com/nmattia/napalm napalm], Imports package-lock.json into nix directly
* [https://github.com/NixOS/npm2nix npm2nix]
* yarn-based (carry the same name but different implementations), yarn is a drop-in for `npm`:
* yarn-based (carry the same name but different implementations), yarn is a drop-in for `npm`:
** [https://github.com/moretea/yarn2nix yarn2nix] by moretea
** [https://github.com/moretea/yarn2nix yarn2nix] by moretea