summaryrefslogtreecommitdiff
path: root/pkgs/build-support/node/fetch-pnpm-deps (follow)
Commit message (Expand)AuthorAgeFilesLines
* pnpm_10: 10.26.1 -> 10.28.0Gutyina Gergő2026-01-101-0/+4
* fetchPnpmDeps: allow passing existing derivation args•••Previously, users had to add hacks to add additional nativeBuildInputs entries to the fetcher. This way we allow users to append nativeBuildInputs, impureEnvVars and also merge potential passthru attributes. This might cause rebuilds. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2025-12-181-3/+5
* treewide: migrate to fetchPnpmDeps and pnpmConfigHook•••This moves all packages to the new top-level attributes introduced previously. This doesn't cause any rebuilds. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2025-12-181-1/+1
* fetchPnpmDeps,pnpmConfigHook: move to top-level attribute•••move pnpm.{fetchDeps,configHook} to fetchPnpmDeps and pnpmConfigHook respectively. Also adds aliases to the former package-level attributes. Additionally, pnpmConfigHook does not propagate pnpm anymore, to make changing pnpm versions easier. This brings pnpm in line with the other Node.js/JavaScript tooling in nixpkgs. This doesn't cause any rebuilds. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2025-12-173-0/+345