nixpkgs/pkgs/development/node-packages
2016-09-14 23:19:17 +00:00
..
composition-v4.nix nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix 2016-09-13 20:56:05 +00:00
composition-v5.nix nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix 2016-09-13 20:56:05 +00:00
default-v0_10.nix
default-v4.nix nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix 2016-09-13 20:56:05 +00:00
default-v5.nix
default-v6.nix
generate.sh
node-env.nix nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix 2016-09-13 20:56:05 +00:00
node-packages-v4.nix emoj: init at 0.3.0 2016-09-14 23:19:17 +00:00
node-packages-v5.nix emoj: init at 0.3.0 2016-09-14 23:19:17 +00:00
node-packages.json emoj: init at 0.3.0 2016-09-14 23:19:17 +00:00
README

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!