diff options
| author | seth <[email protected]> | 2023-09-07 16:53:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 17:15:26 -0400 |
| commit | 0cf0db060adc19abf44721771f89f07d239631bd (patch) | |
| tree | 1022bf4077ec9e0ef78fb285428ae1e50f419ac2 /parts/module.nix | |
| parent | 9dcd1092005e0572db877f549f69041f253c91ef (diff) | |
flake: use mdDoc in module
Diffstat (limited to 'parts/module.nix')
| -rw-r--r-- | parts/module.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/module.nix b/parts/module.nix index 167ad9c..13fb9f3 100644 --- a/parts/module.nix +++ b/parts/module.nix @@ -10,8 +10,8 @@ self: { (lib) getExe literalExpression + mdDoc mkDefault - mkDoc mkEnableOption mkIf mkOption @@ -23,7 +23,7 @@ in { enable = mkEnableOption "teawiebot"; package = mkPackageOption self.packages.${pkgs.stdenv.hostPlatform.system} "teawiebot" {}; environmentFile = mkOption { - description = mkDoc '' + description = mdDoc '' Environment file as defined in {manpage}`systemd.exec(5)` ''; type = types.nullOr types.path; |
