[Optimizations] Do not forward parallelization

This commit is contained in:
Antoine Viallon 2022-11-09 17:27:13 +01:00
parent 91c5ba1e69
commit 16073bf6fb
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -80,6 +80,7 @@ let
// attrs // attrs
// { // {
inherit level recursive; inherit level recursive;
parallelize = null;
_depth = _depth + 1; _depth = _depth + 1;
}) _pkg }) _pkg
); );