quarto: fix postInstall overrides

This commit is contained in:
Weijia Wang 2023-10-07 00:19:20 +02:00
parent c7fc9de18b
commit 4182db564d

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation (final: {
mv bin/* $out/bin
mv share/* $out/share
runHook preInstall
runHook postInstall
'';
passthru.tests = {