From cb0fb74a2b58eda5d263f6cb424cfaaee7700940 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 14 Dec 2023 16:22:25 +0200 Subject: nixos/udev: update description for services.udev.path services.udev.path already contains some defaults, these are however defined in the module implementation, not options. Update the description to make this more clear. --- nixos/modules/services/hardware/udev.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/hardware/udev.nix b/nixos/modules/services/hardware/udev.nix index 08ca7a0d247d..311f60795bae 100644 --- a/nixos/modules/services/hardware/udev.nix +++ b/nixos/modules/services/hardware/udev.nix @@ -222,6 +222,9 @@ in description = lib.mdDoc '' Packages added to the {env}`PATH` environment variable when executing programs from Udev rules. + + coreutils, gnu{sed,grep}, util-linux and config.systemd.package are + automatically included. ''; }; -- cgit 1.4.1