1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Fix location of release-notes-determinate

This commit is contained in:
Eelco Dolstra 2025-02-21 13:07:37 +01:00
parent 5a647b670c
commit 3f59f80e6c
2 changed files with 0 additions and 0 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.

View file

@ -0,0 +1,3 @@
# Determinate Nix Release Notes
This chapter lists the differences between Nix and Determinate Nix, as well as the release history of Determinate Nix.