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!