about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-06 23:55:33 +0200
committerGitHub <noreply@github.com>2024-06-06 23:55:33 +0200
commit4f06a00fa9f3a42d2fdc3c591e48628dec588c2c (patch)
tree7d7aed2c5541d970222ef6ffb4c820c01b8429c7 /nixos
parent6384cd9ba614868321b83e73b18978247d2fcd49 (diff)
parentcfa58200cd9958eea5221bf5dfcf82778a0e0220 (diff)
Merge pull request #295155 from onemoresuza/hare-hook
hareHook: init
Diffstat (limited to 'nixos')
-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 f3135fbd18836..e9ef9c2e6d5c7 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -58,6 +58,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.