about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorCoutinho de Souza <dev@onemoresuza.com>2024-05-16 19:58:37 -0300
committerCoutinho de Souza <dev@onemoresuza.com>2024-06-04 20:32:51 -0300
commitb0fcfa88cf11fe6e2546ff4a1452e96d4c7a41bb (patch)
treec0851207f8c4f14b3994f517e349ecabcefb686e /nixos/doc
parent3297bf3ba6a0fb6b12fa3527fbe25449f5f6e6e0 (diff)
hareHook: init
Co-authored-by: Colin <colin@uninsane.org>
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index 51904352b3b7e..cb8eb6dfb3be8 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -46,6 +46,10 @@
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
 
+- `hareHook` has been added as the language framework for Hare. From now on, it,
+  not the `hare` package, should be added to `nativeBuildInputs` when building
+  Hare programs.
+
 - To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules.
   The derivation now installs "impl" headers selectively instead of by a wildcard.
   Use `imgui.src` if you just want to access the unpacked sources.