summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/cluster
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 16:57:18 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:54 +0200
commit515c4727faaa86ad9ef9c270d34c0de30cf8d2bc (patch)
treea6cd5816b2b984c2d143842ef3f8e2839d8ddaba /nixos/modules/services/cluster
parent9547123258f69efd92b54763051d6dc7f3bfcaca (diff)
nixos/*: md-"convert" empty descriptions
for some reason these are not picked up properly by nix-doc-munge, so we'll do this instead.
Diffstat (limited to 'nixos/modules/services/cluster')
-rw-r--r--nixos/modules/services/cluster/hadoop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/cluster/hadoop/default.nix b/nixos/modules/services/cluster/hadoop/default.nix
index 9139b9eb734d..72bf25c21146 100644
--- a/nixos/modules/services/cluster/hadoop/default.nix
+++ b/nixos/modules/services/cluster/hadoop/default.nix
@@ -203,7 +203,7 @@ with lib;
type = types.package;
default = pkgs.hadoop;
defaultText = literalExpression "pkgs.hadoop";
- description = "";
+ description = lib.mdDoc "";
};
};