mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Merge branch 'master' into parallel-nix-copy
This commit is contained in:
commit
7ed91d6c6a
98 changed files with 1538 additions and 741 deletions
|
@ -1,8 +1,5 @@
|
|||
# Release X.Y (202?-??-??)
|
||||
|
||||
* 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.
|
||||
in one batch to avoid latencies issues.
|
Loading…
Add table
Add a link
Reference in a new issue