f9a9ea920a
This reverts commit 986dba716f8244304e5e9afb92924eb543fc5596. Fixes: error: anonymous function at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/node-env.nix:3:1 called with unexpected argument ‘python’, at /home/travis/build/NixOS/nixpkgs/pkgs/development/node-packages/composition-v6.nix:8:13 This commit is doing a lot more than removing the yarn package, it also upgrades a ton of other packages.
17 lines
398 B
Nix
17 lines
398 B
Nix
# 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 utillinux runCommand writeTextFile;
|
|
inherit nodejs;
|
|
};
|
|
in
|
|
import ./node-packages-v6.nix {
|
|
inherit (pkgs) fetchurl fetchgit;
|
|
inherit nodeEnv;
|
|
}
|