diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2025-12-15 13:30:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 13:30:04 +0000 |
| commit | df8aa692940141d798e8cf896ee919958df48670 (patch) | |
| tree | 68380d4ed3e38604cabd89864650edc434c6a974 /doc/languages-frameworks | |
| parent | remnote: 1.22.28 -> 1.22.31 (#470067) (diff) | |
| parent | bash-language-server: move to pnpm.fetchDeps fetcherVersion 3 (diff) | |
| download | nixpkgs-df8aa692940141d798e8cf896ee919958df48670.tar.gz | |
pnpm.fetchDeps: output a tarball from fetcherVersion 3 (#469950)
Diffstat (limited to 'doc/languages-frameworks')
| -rw-r--r-- | doc/languages-frameworks/javascript.section.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md index 508b8f3f97f6..f85a416fee86 100644 --- a/doc/languages-frameworks/javascript.section.md +++ b/doc/languages-frameworks/javascript.section.md @@ -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} |
