copy index.html

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-06 15:35:25 +01:00
parent ba9bca0b52
commit 1435955a8e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -11,6 +11,7 @@ miifox-net: { lndir, stdenvNoCC, python3Packages, ... }: stdenvNoCC.mkDerivation
installPhase = ''
mkdir $out
lndir -silent ${miifox-net} $out
cp index.html $out
rm $out/index.json
'';
}