mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add release note
This commit is contained in:
parent
f80f7e001b
commit
9e6c999bdf
2 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,5 @@ This section lists the differences between upstream Nix 2.24 and Determinate Nix
|
|||
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
|
||||
|
||||
* In Determinate Nix, the new Nix CLI (i.e. the `nix` command) is stable. You no longer need to enable the `nix-command` experimental feature.
|
||||
|
||||
* Determinate Nix has a setting [`json-log-path`](@docroot@/command-ref/conf-file.md#conf-json-log-path) to send a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
* Initial release of Determinate Nix.
|
||||
|
||||
* Based on [upstream Nix 2.26.2](../release-notes/rl-2.26.md).
|
||||
|
||||
* New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue