Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot] 2026-04-26 12:16:51 +00:00 committed by GitHub
commit b23e6c6674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 1803 additions and 1497 deletions

View file

@ -89,6 +89,7 @@ Exceptions to this rule are:
Each tool has an abstraction to just build the node_modules (dependencies) directory.
You can always use the `stdenv.mkDerivation` with the node_modules to build the package (symlink the node_modules directory and then use the package build command).
The node_modules abstraction can be also used to build some web framework frontends.
For an example of this see how [plausible](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/pl/plausible/package.nix) is built.
Then when building the frontend you can just symlink the node_modules directory.
## Tool-specific instructions {#javascript-tool-specific}