Loading nixos/modules/system/boot/systemd.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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. ''; Loading Loading
nixos/modules/system/boot/systemd.nix +1 −3 Original line number Diff line number Diff line Loading @@ -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. ''; Loading