nodePackages.yarn: remove package
was replaced by a dedicated yarn package
This commit is contained in:
parent
6e079bdd60
commit
986dba716f
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ./node-env.nix {
|
nodeEnv = import ./node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages-v4.nix {
|
import ./node-packages-v4.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
nodeEnv = import ./node-env.nix {
|
nodeEnv = import ./node-env.nix {
|
||||||
inherit (pkgs) stdenv utillinux runCommand writeTextFile;
|
inherit (pkgs) stdenv python utillinux runCommand writeTextFile;
|
||||||
inherit nodejs;
|
inherit nodejs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
import ./node-packages-v6.nix {
|
import ./node-packages-v6.nix {
|
||||||
inherit (pkgs) fetchurl fetchgit;
|
inherit (pkgs) fetchurl fetchgit;
|
||||||
inherit nodeEnv;
|
inherit nodeEnv;
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -62,5 +62,4 @@
|
|||||||
, "webdrvr"
|
, "webdrvr"
|
||||||
, "webpack"
|
, "webpack"
|
||||||
, "wring"
|
, "wring"
|
||||||
, "yarn"
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user