summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJens Reimann <ctron@dentrassi.de>2023-10-02 19:00:00 +0200
committerJens Reimann <ctron@dentrassi.de>2023-10-12 18:07:06 +0200
commit32814b01a40c914c8637e60cbada11ef47659501 (patch)
tree6f8e5c9c6365aa097fe5ad8b2c79f6e05d87bf50 /nixos
parent3a1d1dac62b44331686a964d4ebfe30f249cebac (diff)
downloadnixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar.gz
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar.bz2
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar.lz
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar.xz
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.tar.zst
nixpkgs-32814b01a40c914c8637e60cbada11ef47659501.zip
trunk-ng: init at 0.17.8
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 f2c9ee41c23..5d15c61f0c5 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`.