We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e95352c commit d3c0adeCopy full SHA for d3c0ade
pkgs/development/node-packages/README.md
@@ -8,6 +8,6 @@ To add a package from [NPM](https://www.npmjs.com/) to nixpkgs:
8
2. Run the script: `cd pkgs/development/node-packages && sh generate.sh`.
9
3. Build your new package to test your changes:
10
`cd /path/to/nixpkgs && nix-build -A nodePackages.<new-or-updated-package>`.
11
- To build against a specific node.js version (e.g. 5.x):
+ To build against a specific node.js version (e.g. 4.x):
12
`nix-build -A nodePackages_4_x.<new-or-updated-package>`
13
4. Add and commit all modified and generated files.
0 commit comments