npm2nix icon indicating copy to clipboard operation
npm2nix copied to clipboard

Generate nix expressions to build npm packages

Results 23 npm2nix issues
Sort by recently updated
recently updated
newest added

When using iojs the generated default.nix should be slightly different, for example: ``` { foo ? { outPath = ./.; name = "foo"; } , pkgs ? import {} }:...

I don't know who has access to npm. I currently maintain all node stuff, so i would need a new release. Currently git release is used in nixpkgs.

The package `hapi-7.5.3` has a file named `npm-shrinkwrap.json` at the top-level, this file seems to pin the dependencies to specific versions, even if they are out-dated. While building with nix-build,...