silent not quiet
This commit is contained in:
parent
60c1c41fb9
commit
1b71bb2204
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ miifox-net: { lndir, stdenvNoCC, python3Packages, ... }: stdenvNoCC.mkDerivation
|
|||
'';
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
lndir -quiet ${miifox-net} $out
|
||||
lndir -silent ${miifox-net} $out
|
||||
rm $out/index.json
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue