Skip to content

Commit

Permalink
nixos/systemd: fix enableStrictShellChecks description
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 14, 2024
1 parent 8902175 commit eafd968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.";
Expand Down

0 comments on commit eafd968

Please sign in to comment.