2021-12-13 17:48:44 +02:00
|
|
|
# Release X.Y (202?-??-??)
|
2021-12-21 15:19:21 +02:00
|
|
|
|
2022-04-18 20:21:47 +03:00
|
|
|
* `nix repl` has a new build-'n-link (`:bl`) command that builds a derivation
|
|
|
|
while creating GC root symlinks.
|
2022-03-19 20:16:05 +02:00
|
|
|
|
2022-04-21 23:41:37 +03:00
|
|
|
* The path produced by `builtins.toFile` is now allowed to be imported or read
|
|
|
|
even with restricted evaluation. Note that this will not work with a
|
|
|
|
read-only store.
|
2022-04-22 12:11:01 +03:00
|
|
|
|
2022-03-19 20:16:05 +02:00
|
|
|
* `nix build` has a new `--print-out-paths` flag to print the resulting output paths.
|
|
|
|
This matches the default behaviour of `nix-build`.
|
2022-04-25 17:02:37 +03:00
|
|
|
|
2021-12-21 20:34:40 +02:00
|
|
|
* Nix can now be built with LTO by passing `--enable-lto` to `configure`.
|
2022-04-25 17:02:37 +03:00
|
|
|
LTO is currently only supported when building with GCC.
|