diff --git a/.nixide/start-ide.nix b/.nixide/start-ide.nix index 4001358..19ab0ed 100644 --- a/.nixide/start-ide.nix +++ b/.nixide/start-ide.nix @@ -8,11 +8,13 @@ }: let + nodejs = pkgs.nodejs-10_x; + yarn' = pkgs.yarn.override { inherit nodejs; }; theiaideBuildDependencies = [ pkgs.nano pkgs.curl - pkgs.yarn - pkgs.nodejs-10_x + yarn' + nodejs pkgs.python27Full pkgs.git pkgs.wget