Skip to content

Commit

Permalink
Fix node2nix installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabrunox committed Apr 23, 2017
1 parent 7ff2fde commit fa652ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/README.md
Expand Up @@ -2,7 +2,7 @@ Node.js packages
===============
To add a package from [NPM](https://www.npmjs.com/) to nixpkgs:

1. Install node2nix: `nix-env -f '<nixpkgs>' -iA node2nix`.
1. Install node2nix: `nix-env -f '<nixpkgs>' -iA nodePackages.node2nix`.
2. Modify `pkgs/development/node-packages/node-packages.json`, to add, update,
or remove package entries.
3. Run the script: `cd pkgs/development/node-packages && sh generate.sh`.
Expand Down

0 comments on commit fa652ce

Please sign in to comment.