mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pnpm.fetchDeps: output a tarball from fetcherVersion 3
This commit is contained in:
parent
ee4e6c1e34
commit
1f37f08091
4 changed files with 48 additions and 9 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue