Are you gonna show up this time index.html? will you play nice?
parent
1d971f2fae
commit
cce2e43b08
|
@ -9,6 +9,6 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -r ./* $out/
|
cp -r public/* $out
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue