From acab2ad0e77f1b9e27cd3217e69a004959487353 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sun, 26 Nov 2023 16:12:29 +0200 Subject: [PATCH] release-notes: mention Nim changes --- nixos/doc/manual/release-notes/rl-2405.section.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md index e2f99c20cfc8..279050d5265c 100644 --- a/nixos/doc/manual/release-notes/rl-2405.section.md +++ b/nixos/doc/manual/release-notes/rl-2405.section.md @@ -26,4 +26,6 @@ In addition to numerous new and upgraded packages, this release has the followin -- Create the first release note entry in this section! +- Programs written in [Nim](https://nim-lang.org/) are built with libraries selected by lockfiles. + The `nimPackages` and `nim2Packages` sets have been removed. + See https://nixos.org/manual/nixpkgs/unstable#nim for more information.