2022-05-10 04:48:26 +00:00
|
|
|
# This file has been generated by node2nix 1.11.1. Do not edit!
|
2022-03-02 16:59:46 +00:00
|
|
|
|
|
|
|
{pkgs ? import <nixpkgs> {
|
|
|
|
inherit system;
|
2022-11-06 10:59:21 +00:00
|
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_14"}:
|
2022-03-02 16:59:46 +00:00
|
|
|
|
|
|
|
let
|
|
|
|
nodeEnv = import ./node-env.nix {
|
|
|
|
inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
|
|
|
|
inherit pkgs nodejs;
|
|
|
|
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
|
|
|
};
|
|
|
|
in
|
|
|
|
import ./node-deps.nix {
|
|
|
|
inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
|
|
|
|
inherit nodeEnv;
|
|
|
|
}
|