mirror of
https://github.com/NixOS/nix
synced 2025-07-12 10:45:08 +02:00
Add Determinate Nix 3.3.0 release notes
This commit is contained in:
parent
454e0f798d
commit
8bd8f5a869
3 changed files with 9 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
# Changes between Nix and Determinate Nix
|
||||
|
||||
This section lists the differences between upstream Nix 2.24 and Determinate Nix 3.1.0.
|
||||
This section lists the differences between upstream Nix 2.24 and Determinate Nix 3.3.0.
|
||||
|
||||
* 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.
|
||||
|
||||
* Determinate Nix has made `nix profile install` an alias to `nix profile add`, a more symmetrical antonym of `nix profile remove`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue