about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-12 20:05:04 -0400
committerGitHub <noreply@github.com>2023-10-12 20:05:04 -0400
commitd1a8d937445a970c1342a2bd360a86f235379e2e (patch)
treede0221028e5d77e33b808a0d9e569aab50fae0aa /nixos
parent7cd50f640e9483c6bb661564a2eeb42e1a1f2396 (diff)
parent32814b01a40c914c8637e60cbada11ef47659501 (diff)
Merge pull request #258616 from ctron/add-trunk-ng
add trunk-ng, a fork of trunk
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index a05fda1ce26df..4cf8d5ec62982 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -96,6 +96,8 @@
 
 - [netclient](https://github.com/gravitl/netclient), an automated WireGuard® Management Client. Available as [services.netclient](#opt-services.netclient.enable).
 
+- [trunk-ng](https://github.com/ctron/trunk), A fork of `trunk`: Build, bundle & ship your Rust WASM application to the web
+
 ## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
 
 - `network-online.target` has been fixed to no longer time out for systems with `networking.useDHCP = true` and `networking.useNetworkd = true`.