Commit db023774 authored by K900's avatar K900
Browse files

nixos/boot/systemd: fix doc build

parent f1a6df9f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -374,9 +374,7 @@ in
    generatorPath = mkOption {
      type = types.listOf types.package;
      default = [ ];
      example = [
        pkgs.hello
      ];
      example = lib.literalExpression "[ pkgs.hello ]";
      description = ''
        Packages added to the `PATH` environment variable of all systemd generators.
      '';