0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/*: automatically convert option docs

This commit is contained in:
pennae 2022-08-05 19:39:00 +02:00
parent 423545fe48
commit 087472b1e5
162 changed files with 1552 additions and 1552 deletions

View file

@ -142,9 +142,9 @@ in
dates = mkOption {
default = "weekly";
type = types.str;
description = ''
description = lib.mdDoc ''
Specification (in the format described by
<citerefentry><refentrytitle>systemd.time</refentrytitle><manvolnum>7</manvolnum></citerefentry>) of the time at
{manpage}`systemd.time(7)`) of the time at
which the prune will occur.
'';
};