mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
17 lines
516 B
Nix
Generated
17 lines
516 B
Nix
Generated
# This file has been generated by node2nix 1.6.0. Do not edit!
|
|
|
|
{pkgs ? import <nixpkgs> {
|
|
inherit system;
|
|
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
|
|
|
|
let
|
|
nodeEnv = import ../../development/node-packages/node-env.nix {
|
|
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
|
inherit nodejs;
|
|
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
|
};
|
|
in
|
|
import ./node-packages-generated.nix {
|
|
inherit (pkgs) fetchurl fetchgit;
|
|
inherit nodeEnv;
|
|
} |