about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorCoutinho de Souza <dev@onemoresuza.mailer.me>2024-03-06 11:10:27 -0300
committerCoutinho de Souza <dev@onemoresuza.mailer.me>2024-03-06 11:57:55 -0300
commit478cff8d326d7848fb9a8a1d242db7fe18688a61 (patch)
tree6bb387c0a017f4e5c729a9e0481f1817206c57e5 /nixos
parent8100cc1f54274cce1f185aa57455942dbf1f842e (diff)
downloadnixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar.gz
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar.bz2
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar.lz
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar.xz
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.tar.zst
nixlib-478cff8d326d7848fb9a8a1d242db7fe18688a61.zip
haredoc: init at 0.24.0
Also add a mention to the release notes of 24.05 about `hare` and
`haredoc` being split into different packages.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 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 daabca2aee60..c75b062dcfe8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -152,6 +152,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - `services.homepage-dashboard` now takes it's configuration using native Nix expressions, rather than dumping templated configurations into `/var/lib/homepage-dashboard` where they were previously managed manually. There are now new options which allow the configuration of bookmarks, services, widgets and custom CSS/JS natively in Nix.
 
+- `hare` may now be cross-compiled. For that to work, however, `haredoc` needed to stop being built together with it. Thus, the latter is now its own package with the name of `haredoc`.
+
 - The legacy and long deprecated systemd target `network-interfaces.target` has been removed. Use `network.target` instead.
 
 - `services.frp.settings` now generates the frp configuration file in TOML format as [recommended by upstream](https://github.com/fatedier/frp#configuration-files), instead of the legacy INI format. This has also introduced other changes in the configuration file structure and options.