about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorThomas Heijligen <src@posteo.de>2024-02-25 15:28:38 +0000
committersternenseemann <sternenseemann@systemli.org>2024-02-25 18:19:50 +0100
commit92718905bb39a0b98ad6289980f9a3fe14e88ab5 (patch)
tree4acb62e5a591f190ada220d79b3e66f9d1e48b91 /nixos/doc/manual
parent467c84e2c68d3b16b2b70187d9dbbdd565840640 (diff)
downloadnixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar.gz
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar.bz2
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar.lz
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar.xz
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.tar.zst
nixlib-92718905bb39a0b98ad6289980f9a3fe14e88ab5.zip
release-notes: Add Ada / gnatPackages changes
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 5a5ddc30abbd..ef7085d84967 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -175,6 +175,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - The `cudaPackages` package scope has been updated to `cudaPackages_12`.
 
+- Ada packages (libraries and tools) have been moved into the `gnatPackages` scope. `gnatPackages` uses the default GNAT compiler, `gnat12Packages` and `gnat13Packages` use the respective matching compiler version.
+
+- `spark2014` has been renamed to `gnatprove`. A version of `gnatprove` matching different GNAT versions is available from the different `gnatPackages` sets.
+
 - `services.resolved.fallbackDns` can now be used to disable the upstream fallback servers entirely by setting it to an empty list. To get the previous behaviour of the upstream defaults set it to null, the new default, instead.
 
 - `xxd` has been moved from `vim` default output to its own output to reduce closure size. The canonical way to reference it across all platforms is `unixtools.xxd`.