summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2021-08-03 10:59:48 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2021-08-04 09:44:04 +0200
commit307b1253a797f9ab9f5da38a470099945ea7ce04 (patch)
tree103d4fab14b344c4596199993ce1224e353da22c /nixos/doc/manual/release-notes/rl-2111.section.md
parent5e1e2914eb8d6548ff5bd710afb89a6043bba620 (diff)
downloadnixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar.gz
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar.bz2
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar.lz
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar.xz
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.tar.zst
nixpkgs-307b1253a797f9ab9f5da38a470099945ea7ce04.zip
nixos/neovim: Fix neovim runtime path generation
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index c0b0cb5973b..e34c3f4e0b9 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -159,6 +159,8 @@ pt-services.clipcat.enable).
 
 - Deprecated package aliases in `emacs.pkgs.*` have been removed. These aliases were remnants of the old Emacs package infrastructure. We now use exact upstream names wherever possible.
 
+- `programs.neovim.runtime` switched to a `linkFarm` internally, making it impossible to use wildcards in the `source` argument.
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}
 
 - The setting [`services.openssh.logLevel`](options.html#opt-services.openssh.logLevel) `"VERBOSE"` `"INFO"`. This brings NixOS in line with upstream and other Linux distributions, and reduces log spam on servers due to bruteforcing botnets.