1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Add Determinate Nix release notes to the manual

This commit is contained in:
Eelco Dolstra 2024-10-30 15:50:27 +01:00
parent c963ac8827
commit 2d61e3c783
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,7 @@
# Changes between Nix and Determinate Nix
This section lists the differences between upstream Nix 2.24 and Determinate Nix 1.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.