summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2025-12-12 11:38:37 +0100
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2025-12-14 19:15:15 +0100
commit1f37f0809175e1df77cc3103cf851ec80a31fffa (patch)
tree0780581fc404c850ceb4b9d818de23637c86f988 /doc
parentpnpm.fetchDeps: create a variable for writing to the pnpm store (diff)
downloadnixpkgs-1f37f0809175e1df77cc3103cf851ec80a31fffa.tar.gz
pnpm.fetchDeps: output a tarball from fetcherVersion 3
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md3
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}