Update doc/languages-frameworks/javascript.section.md

Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
This commit is contained in:
aMOPel
2025-05-16 10:34:24 +02:00
committed by aMOPel
parent 0ffa7b88a2
commit c88d10c806

View File

@@ -984,7 +984,12 @@ or the `name` attribute of the derivation.
Related options:
* `hostPlatform`: The [host platform](#ssec-cross-platform-parameters) the binary is built for. Defaults to `builtins.currentSystem`.
Supported are `"x86_64-darwin", "aarch64-darwin", "x86_64-linux", "aarch64-linux"`.
Supported values:
- `"x86_64-darwin"`
- `"aarch64-darwin"`
- `"x86_64-linux"`
- `"aarch64-linux"`
* `denoCompileFlags`: Flags passed to `deno compile`.
* `binaryEntrypointPath`: If not `null`, create a binary using the specified path as the entrypoint,
copy it to `$out/bin` in `installPhase`. It's prefixed by `denoWorkspacePath`, if using workspaces.