pnpm.fetchDeps: output a tarball from fetcherVersion 3

This commit is contained in:
Gutyina Gergő 2025-12-12 11:38:37 +01:00
commit 1f37f08091
No known key found for this signature in database
4 changed files with 48 additions and 9 deletions

View file

@ -354,7 +354,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 2;
fetcherVersion = 3;
hash = "...";
};
})
@ -501,6 +501,7 @@ Changes can include workarounds or bug fixes to existing PNPM issues.
- 1: Initial version, nothing special
- 2: [Ensure consistent permissions](https://github.com/NixOS/nixpkgs/pull/422975)
- 3: [Build a reproducible tarball](https://github.com/NixOS/nixpkgs/pull/469950)
### Yarn {#javascript-yarn}