Skip to content

Commit 8bd8f5a

Browse files
committed
Add Determinate Nix 3.3.0 release notes
1 parent 454e0f7 commit 8bd8f5a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

doc/manual/source/SUMMARY.md.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
- [Contributing](development/contributing.md)
129129
- [Determinate Nix Release Notes](release-notes-determinate/index.md)
130130
- [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md)
131+
- [Release 3.3.0 (2025-04-11)](release-notes-determinate/rl-3.3.0.md)
131132
- [Release 3.1.0 (2025-03-27)](release-notes-determinate/rl-3.1.0.md)
132133
- [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md)
133134
- [Nix Release Notes](release-notes/index.md)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changes between Nix and Determinate Nix
22

3-
This section lists the differences between upstream Nix 2.24 and Determinate Nix 3.1.0.
3+
This section lists the differences between upstream Nix 2.24 and Determinate Nix 3.3.0.
44

55
* In Determinate Nix, flakes are stable. You no longer need to enable the `flakes` experimental feature.
66

77
* 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.
88

99
* 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.
10+
11+
* Determinate Nix has made `nix profile install` an alias to `nix profile add`, a more symmetrical antonym of `nix profile remove`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release 3.3.0 (2025-04-11)
2+
3+
* Based on [upstream Nix 2.28.1](../release-notes/rl-2.28.md).
4+
5+
* The `nix profile install` command is now an alias to `nix profile add`, a more symmetrical antonym of `nix profile remove`.

0 commit comments

Comments
 (0)