2021-12-13 17:48:44 +02:00
|
|
|
# Release X.Y (202?-??-??)
|
2021-12-21 15:19:21 +02:00
|
|
|
|
2022-01-25 10:48:44 +02:00
|
|
|
* `nix bundle` breaking API change now supports bundlers of the form
|
|
|
|
`bundler.<system>.<name>= derivation: another-derivation;`. This supports
|
|
|
|
additional functionality to inspect evaluation information during bundling. A
|
|
|
|
new [repository](https://github.com/NixOS/bundlers) has various bundlers
|
|
|
|
implemented.
|
|
|
|
|
2022-01-25 22:14:27 +02:00
|
|
|
* `nix store ping` now reports the version of the remote Nix daemon.
|
2022-02-17 22:17:20 +02:00
|
|
|
|
|
|
|
* `nix flake {init,new}` now display information about which files have been
|
|
|
|
created.
|
|
|
|
|
|
|
|
* Templates can now define a `welcomeText` attribute, which is printed out by
|
|
|
|
`nix flake {init,new} --template <template>`.
|