code-server: remove phases

This commit is contained in:
Felix Buehler 2021-07-22 19:28:36 +02:00
parent 202f0e817f
commit 462be6acbe

View file

@ -46,7 +46,6 @@ in stdenv.mkDerivation rec {
yarnCache = stdenv.mkDerivation {
name = "${pname}-${version}-${system}-yarn-cache";
inherit src;
phases = ["unpackPhase" "buildPhase"];
nativeBuildInputs = [ yarn' git ];
buildPhase = ''
export HOME=$PWD