mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
This should improve the readability, as well as the UX of cherry-picking what dependency the user wants in their env. PR-URL: https://github.com/nodejs/node/pull/60495 Reviewed-By: Jacob Smith <jacob@frende.me>
10 lines
108 B
Nix
10 lines
108 B
Nix
{
|
|
pkgs ? import ./pkgs.nix { },
|
|
}:
|
|
[
|
|
pkgs.R
|
|
pkgs.rPackages.ggplot2
|
|
pkgs.rPackages.plyr
|
|
pkgs.wrk
|
|
]
|