From 9645a0f81cc518dedf3e4f55dbaf6435e6f8a738 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 10 Dec 2024 23:05:57 +0000 Subject: [PATCH] nixos/doc/rl-2505: add nixos-rebuild-ng to release notes --- nixos/doc/manual/release-notes/rl-2505.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/doc/manual/release-notes/rl-2505.section.md b/nixos/doc/manual/release-notes/rl-2505.section.md index f3a58367e055f..5e619b0800452 100644 --- a/nixos/doc/manual/release-notes/rl-2505.section.md +++ b/nixos/doc/manual/release-notes/rl-2505.section.md @@ -6,6 +6,8 @@ - The default PHP version has been updated to 8.3. +- `nixos-rebuild-ng`, a full rewrite of `nixos-rebuild` in Python, is available for testing. You can enable it by setting [system.rebuild.enableNg](options.html#opt-system.rebuild.enableNg) in your configuration (this will replace the old `nixos-rebuild`), or by adding `nixos-rebuild-ng` to your `environment.systemPackages` (in this case, it will live side-by-side with `nixos-rebuild` as `nixos-rebuild-ng`). It is expected that the next major version of NixOS (25.11) will enable `system.rebuild.enableNg` by default. + ## New Modules {#sec-release-25.05-new-modules}