silent not quiet

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-06 15:05:57 +01:00
parent 60c1c41fb9
commit 1b71bb2204
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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
'';
}