nixos/boot/systemd: fix doc build

This commit is contained in:
K900
2026-02-16 13:28:45 +03:00
parent f1a6df9f92
commit db02377418
+1 -3
View File
@@ -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.
'';