diff --git a/package.nix b/package.nix index 040cad61..39706cb2 100644 --- a/package.nix +++ b/package.nix @@ -89,8 +89,8 @@ stdenvNoCC.mkDerivation rec { xmllint --noblanks static-tmp/sitemap.xml --output static-tmp/sitemap.xml brotli -f static-tmp/sitemap.xml zopfli static-tmp/sitemap.xml - rsync -pcv --chmod=D755,F644 --fsync --preallocate static-tmp/sitemap.xml{,.gz,.br} $out rsync -rptcv --chmod=D755,F644 --delete --fsync --preallocate static-production/ $out + rsync -pcv --chmod=D755,F644 --fsync --preallocate static-tmp/sitemap.xml{,.gz,.br} $out runHook postInstall '';