about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-10-12 07:47:43 +0300
committerArtturin <Artturin@artturin.com>2023-10-12 07:50:57 +0300
commit2b1258e453017ff7d4a8e6cebc34df64272fc721 (patch)
treeb2f83180d4d164e2b0c1f5f681bff9a6ef06ecca /nixos
parent021da9bf6297124b3a2c61f4ae005b5db002a8a3 (diff)
downloadnixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar.gz
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar.bz2
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar.lz
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar.xz
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.tar.zst
nixlib-2b1258e453017ff7d4a8e6cebc34df64272fc721.zip
llvmPackages: add the removal of `extend` to release-notes
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 9b4323292236..f2f258cdf82a 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -411,6 +411,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