pin yarn to nodejs_10
This commit is contained in:
@@ -8,11 +8,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
nodejs = pkgs.nodejs-10_x;
|
||||||
|
yarn' = pkgs.yarn.override { inherit nodejs; };
|
||||||
theiaideBuildDependencies = [
|
theiaideBuildDependencies = [
|
||||||
pkgs.nano
|
pkgs.nano
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
pkgs.yarn
|
yarn'
|
||||||
pkgs.nodejs-10_x
|
nodejs
|
||||||
pkgs.python27Full
|
pkgs.python27Full
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.wget
|
pkgs.wget
|
||||||
|
|||||||
Reference in New Issue
Block a user