Unverified Commit 81dacf0c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixos/systemd: fix enableStrictShellChecks description (#348513)

parents 1879c4d0 eafd968b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)`.";