Home Explore Blog Models CI



nix

doc/manual/source/release-notes/rl-2.11.md
ee844c83a829a27612423b170385d741fd41e2aa9a0d7fe500000003000000e8
# Release 2.11 (2022-08-24)

* `nix copy` now copies the store paths in parallel as much as possible (again).
  This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
  in one batch to avoid latencies issues.

Chunks
487b8a2e (1st chunk of `doc/manual/source/release-notes/rl-2.11.md`)
Title: Nix Release 2.11: Parallel `nix copy` for Store Paths
Summary
Nix Release 2.11 reintroduces parallel copying of store paths for `nix copy` functionality. This parallelization does not apply to `daemon` and `ssh-ng` stores, which continue to copy everything in a single batch to mitigate latency issues.