summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorJakub Kozłowski <kubukoz@gmail.com>2021-10-19 22:40:38 +0200
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2021-10-21 08:11:47 -0400
commit06ec20277fae4919406a9f80bd80f51e6293e3b8 (patch)
tree2e8a919756ac57b18efdfdb7f599faf4c984ec1b /nixos/doc/manual/release-notes/rl-2111.section.md
parent78476ea08812eaca8fd232708ade59eaf0b43e98 (diff)
downloadnixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar.gz
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar.bz2
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar.lz
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar.xz
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.tar.zst
nixpkgs-06ec20277fae4919406a9f80bd80f51e6293e3b8.zip
coursier: Rename binary to cs
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 a598257f36c..36d03fd0b59 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -349,6 +349,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `boot.kernelParams` now only accepts one command line parameter per string. This change is aimed to reduce common mistakes like "param = 12", which would be parsed as 3 parameters.
 
+- The `coursier` package's binary was renamed from `coursier` to `cs`. Completions which haven't worked for a while should now work with the renamed binary. To keep using `coursier`, you can create a shell alias.
+
 ## Other Notable Changes {#sec-release-21.11-notable-changes}