| Commit message (Expand) | Author | Age | Files | Lines |
| * | pnpm_10: 10.26.1 -> 10.28.0 | Gutyina Gergő | 2026-01-10 | 1 | -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 Eyeoglu | 2025-12-18 | 1 | -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 Eyeoglu | 2025-12-18 | 1 | -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 Eyeoglu | 2025-12-17 | 3 | -0/+345 |