copy index.html
This commit is contained in:
parent
ba9bca0b52
commit
1435955a8e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue