2022-09-26 22:01:27 +00:00
|
|
|
# This file has been generated by node2nix 1.11.1. Do not edit!
|
2021-04-15 04:04:24 +00:00
|
|
|
|
|
|
|
{pkgs ? import ../../.. {
|
|
|
|
inherit system;
|
2023-10-30 13:58:57 +00:00
|
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_18"}:
|
2021-04-15 04:04:24 +00:00
|
|
|
|
|
|
|
let
|
|
|
|
nodeEnv = import ../../development/node-packages/node-env.nix {
|
2021-10-20 12:31:52 +00:00
|
|
|
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
|
2021-04-15 04:04:24 +00:00
|
|
|
inherit pkgs nodejs;
|
2024-07-18 02:16:28 +00:00
|
|
|
libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null;
|
2021-04-15 04:04:24 +00:00
|
|
|
};
|
|
|
|
in
|
|
|
|
import ./node-packages.nix {
|
|
|
|
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
|
|
|
|
inherit nodeEnv;
|
|
|
|
}
|