Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 362 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 362 Bytes

Updating buildNpmPackage on npm dependency changes

The npm dependencies hash in flake.nix must be updated after adding or updating the node packages using the following commands:

$ nix shell nixpkgs#prefetch-npm-deps

nix-shell $ prefetch-npm-deps package-lock.json

The node-packages.nix should be commited together with package-lock.json.