Mention the parallel copy in the release notes
This commit is contained in:
parent
480c2b6699
commit
34d90fbe22
|
@ -2,3 +2,7 @@
|
|||
|
||||
* Nix can now be built with LTO by passing `--enable-lto` to `configure`.
|
||||
LTO is currently only supported when building with GCC.
|
||||
|
||||
* `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.
|
||||
|
|
Loading…
Reference in a new issue