mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
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!
|