mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
9 lines
138 B
Nix
9 lines
138 B
Nix
{pkgs, system, nodejs, stdenv}:
|
|
|
|
let
|
|
nodePackages = import ./composition-v10.nix {
|
|
inherit pkgs system nodejs;
|
|
};
|
|
in
|
|
nodePackages
|