nixpkgs/pkgs/build-support/node
Lily Foster 5c32e0ba7c
prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062)
The flag iterates through the lockfile entries, rewrites `resolved` URLs
to those that will be in the cache (like `fixup_yarn_lock` from
yarn2nix), removes `integrity` for git deps whose hash won't match the
reproducible repacking that the fetcher does, writes the amended
lockfile, and exits.
2023-06-27 20:27:33 +02:00
..
build-npm-package npmHooks.npmInstallHook: allow disabling npm prune invocation 2023-05-28 00:47:54 -04:00
fetch-npm-deps prefetch-npm-deps: look up hashes from cache when fixing up lockfiles 2023-04-30 10:29:46 -04:00
fetch-yarn-deps prefetch-yarn-deps: add --fixup-lockfile flag to fixup a yarn.lock (#214062) 2023-06-27 20:27:33 +02:00