nixpkgs/pkgs/build-support/node
Adam Joseph 84a75e9488 fetchYarnDeps: fix broken fetching logic for github releases
When a dependency references a github *release* URL, that dependency must be
fetched using https rather than git, since github does not require that
release tarballs have any relationship whatsoever to the git history.

This commit causes them to be fetched using https, not git.

A test case (which fails prior to this commit, and passes afterwards) is included.
2024-07-25 11:37:39 +02:00
..
build-npm-package npmHooks.npmInstallHook: ignore bundle deps when calculating files to install 2024-03-14 14:04:51 +01:00
fetch-npm-deps treewide: remove lilyinstarlight 2024-07-02 03:17:01 +02:00
fetch-yarn-deps fetchYarnDeps: fix broken fetching logic for github releases 2024-07-25 11:37:39 +02:00
import-npm-lock