pin yarn to nodejs_10

This commit is contained in:
stubbfelnewpc
2020-06-24 20:23:48 +02:00
parent deea3b15cc
commit 5fe65239c5

View File

@@ -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