mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
32fc8b9134
Future updates to these files should generate them with node2nix 1.9.0 which removes stdenv.lib from the generated Nix.
18 lines
513 B
Nix
18 lines
513 B
Nix
# This file has been generated by node2nix 1.8.0. Do not edit!
|
|
|
|
{pkgs ? import <nixpkgs> {
|
|
inherit system;
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
|
|
|
|
let
|
|
nodeEnv = import ../../development/node-packages/node-env.nix {
|
|
inherit (pkgs) lib stdenv python2 util-linux runCommand writeTextFile;
|
|
inherit nodejs;
|
|
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
|
};
|
|
in
|
|
import ./node-packages.nix {
|
|
inherit (pkgs) fetchurl fetchgit;
|
|
inherit nodeEnv;
|
|
}
|