nixos/systemd: fix enableStrictShellChecks description (#348513)

This commit is contained in:
Aleksana 2024-11-05 23:03:19 +08:00 committed by GitHub
commit 81dacf0c91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,7 +198,7 @@ in
package = mkPackageOption pkgs "systemd" {};
enableStrictShellChecks = mkEnableOption "running shellcheck on the generated scripts for systemd units.";
enableStrictShellChecks = mkEnableOption "" // { description = "Whether to run shellcheck on the generated scripts for systemd units."; };
units = mkOption {
description = "Definition of systemd units; see {manpage}`systemd.unit(5)`.";