about summary refs log tree commit diff
path: root/pkgs/development/node-packages/README
blob: 48354324a053490b3820cd98d5ce9226c4ccbaa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
How to update the NPM packages
==============================
- Install node2nix:

nix-env -f '<nixpkgs>' -iA node2nix

- Modify node-packages.json, add, update or remove package entries

- Run the script:

sh generate.sh

- Done!