Are you gonna show up this time index.html? will you play nice?

Main
Johannes Hendrik Gerard van der Weide 2024-03-14 12:09:17 +01:00
parent 1d971f2fae
commit cce2e43b08
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ stdenv.mkDerivation {
'';
installPhase = ''
mkdir -p $out
cp -r ./* $out/
cp -r public/* $out
'';
}