node-packages: add packages for v6

This commit is contained in:
Christine Koppelt 2016-10-30 09:54:55 +01:00
parent 182b1c2777
commit 737decb123
3 changed files with 27273 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# This file has been generated by node2nix 1.1.0. Do not edit!
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-5_x"}:
let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages-v6.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}

View File

@ -2,3 +2,5 @@
rm -f node-env.nix
node2nix -i node-packages.json -o node-packages-v4.nix -c composition-v4.nix
# node2nix doesn't explicitely support node v6 so far
node2nix -5 -i node-packages.json -o node-packages-v6.nix -c composition-v6.nix

File diff suppressed because it is too large Load Diff