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

View File

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