From 9db474c5ae1452ff4ed598f7127310b8a7cc2333 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 1 Dec 2025 13:06:53 +0000 Subject: [PATCH] nixos/doc/rl-2605: add release notes for nixos-rebuild removal --- nixos/doc/manual/release-notes/rl-2605.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/release-notes/rl-2605.section.md b/nixos/doc/manual/release-notes/rl-2605.section.md index 0f7e00d6cb11..4a03213e78f3 100644 --- a/nixos/doc/manual/release-notes/rl-2605.section.md +++ b/nixos/doc/manual/release-notes/rl-2605.section.md @@ -16,7 +16,7 @@ -- Create the first release note entry in this section! +- The Bash implementation of the `nixos-rebuild` program is removed. All switchable systems now use the Python rewrite. Any prior usage of `system.rebuild.enableNg` must now be removed. If you have any outstanding issues with the new implementation, please open an issue on GitHub. ## Other Notable Changes {#sec-release-26.05-notable-changes}