Skip to content

Commit

Permalink
nodePackages.yarn: remove package
Browse files Browse the repository at this point in the history
was replaced by a dedicated yarn package
  • Loading branch information
Mic92 committed Jan 15, 2017
1 parent 6e079bd commit 986dba7
Show file tree
Hide file tree
Showing 5 changed files with 4,563 additions and 6,641 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/node-packages/composition-v4.nix
Expand Up @@ -6,11 +6,11 @@

let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages-v4.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}
4 changes: 2 additions & 2 deletions pkgs/development/node-packages/composition-v6.nix
Expand Up @@ -6,11 +6,11 @@

let
nodeEnv = import ./node-env.nix {
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
inherit nodejs;
};
in
import ./node-packages-v6.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}

0 comments on commit 986dba7

Please sign in to comment.