summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-16 12:01:02 +0000
committerGitHub <noreply@github.com>2023-11-16 12:01:02 +0000
commit301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4 (patch)
tree8fd7e94caaf21af427053d9945ad4bd7049e604b /doc
parent9387784ad3b81596b6be6266019f2c0c45d0cc9f (diff)
parent7fb490674fbe789dafe09f018ae7470143ed5a3c (diff)
downloadnixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar.gz
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar.bz2
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar.lz
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar.xz
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.tar.zst
nixpkgs-301fcc69ba3bc67deb1754ecd61fdba6ba50a2b4.zip
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md
index 0bb9959a510..152974b465a 100644
--- a/doc/languages-frameworks/javascript.section.md
+++ b/doc/languages-frameworks/javascript.section.md
@@ -210,6 +210,7 @@ In the default `installPhase` set by `buildNpmPackage`, it uses `npm pack --json
 * `npmPruneFlags`: Flags to pass to `npm prune`. Defaults to the value of `npmInstallFlags`.
 * `makeWrapperArgs`: Flags to pass to `makeWrapper`, added to executable calling the generated `.js` with `node` as an interpreter. These scripts are defined in `package.json`.
 * `nodejs`: The `nodejs` package to build against, using the corresponding `npm` shipped with that version of `node`. Defaults to `pkgs.nodejs`.
+* `npmDeps`: The dependencies used to build the npm package. Especially useful to not have to recompute workspace depedencies.
 
 #### prefetch-npm-deps {#javascript-buildNpmPackage-prefetch-npm-deps}