summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2023-05-25 15:45:34 +0200
committerCole Helbling <cole.e.helbling@outlook.com>2023-06-09 09:03:11 -0700
commit6be63ce59010be21642db26b11c28a903ea1bc29 (patch)
tree7e21ae61d76ab728209654b5d5249de579f4991a /nixos
parent74321e5a4211498a4b1a0e9ef83e2b3614b8d97f (diff)
downloadnixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar.gz
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar.bz2
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar.lz
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar.xz
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.tar.zst
nixpkgs-6be63ce59010be21642db26b11c28a903ea1bc29.zip
kbd: split vlock into its own output
This avoids a dependency on pam when only the actual keyboard data is used.
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 9746363b1f6..8c46a66bc98 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -32,6 +32,8 @@
 
 - `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
 
+- The `vlock` program from the `kbd` package has been moved into its own package output and should now be referenced explicitly as `kbd.vlock` or replaced with an alternative such as the standalone `vlock` package or `physlock`.
+
 - `fileSystems.<name>.autoFormat` now uses `systemd-makefs`, which does not accept formatting options. Therefore, `fileSystems.<name>.formatOptions` has been removed.
 
 - `fileSystems.<name>.autoResize` now uses `systemd-growfs` to resize the file system online in stage 2. This means that `f2fs` and `ext2` can no longer be auto resized, while `xfs` and `btrfs` now can be.