mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 01:51:24 +00:00
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!