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:33:48 +02:00 committed by aMOPel
commit 287b94f279

View file

@ -886,7 +886,7 @@ It works by utilizing Deno's cache functionality -- creating a reproducible cach
#### buildDenoDeps {#javascript-buildDenoPackage-buildDenoDeps}
For every `buildDenoPackage`, first, a [fixed output derivation](https://nix.dev/manual/nix/2.18/language/advanced-attributes.html?highlight=fixed%20output#adv-attr-outputHash) is
For every `buildDenoPackage`, first, a [fixed output derivation](https://nix.dev/manual/nix/2.18/language/advanced-attributes.html#adv-attr-outputHash) is
created with all the dependencies mentioned in the `deno.lock`.
This works as follows:
1. They are installed using `deno install`.