Hi, is it possible to speed up a `nix copy --to file://… $store_path?
An initial copy of a system derivation takes ~15 minutes here. While doing so, the nix (v2.4) process just uses 1 core.
Is it possible to make nix use all cores for compression? I’ve tried the options core and max-jobs in ~/.config/nix/nix.conf. But, it looks like they behave as the documentation states and effect builds only and a copy/compression doesn’t count.
Is it possible to change the compression or its level? Haven’t found any option for this.