nixos/systemd: fix enableStrictShellChecks description

This commit is contained in:
Sandro
2024-10-14 13:17:29 +02:00
committed by GitHub
parent 890217570a
commit eafd968bfd

View File

@@ -197,7 +197,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)`.";