about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-13 06:01:14 +0000
committerGitHub <noreply@github.com>2023-10-13 06:01:14 +0000
commit8a68e0b5f5b066adcf26558a383580da64e71456 (patch)
tree804a0586f75d9680b9c904f098600d89f144b16a /nixos
parent58485aaddb4a6531ac7790bf3aefd7a9d22ae1a9 (diff)
parent1d6eb597f322f82c84a8ccd8598a60a7322b4f1f (diff)
downloadnixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar.gz
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar.bz2
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar.lz
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar.xz
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.tar.zst
nixlib-8a68e0b5f5b066adcf26558a383580da64e71456.zip
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md4
1 files changed, 4 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 d6354685d148..e5073f81f202 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -100,6 +100,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`.
@@ -441,6 +443,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `python3.pkgs.flitBuildHook` has been removed. Use `flit-core` and `format = "pyproject"` instead.
 
+- The `extend` function of `llvmPackages` has been removed due it coming from the `tools` attrset thus only extending the `tool` attrset. A possible replacement is to construct the set from `libraries` and `tools`, or patch nixpkgs.
+
 - The `qemu-vm.nix` module now supports disabling overriding `fileSystems` with
   `virtualisation.fileSystems`. This enables the user to boot VMs from
   "external" disk images not created by the qemu-vm module. You can stop the