0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

nixos/*: md-"convert" empty descriptions

for some reason these are not picked up properly by nix-doc-munge, so
we'll do this instead.
This commit is contained in:
pennae 2022-08-29 16:57:18 +02:00
parent 9547123258
commit 515c4727fa
7 changed files with 17 additions and 17 deletions

View file

@ -203,7 +203,7 @@ with lib;
type = types.package;
default = pkgs.hadoop;
defaultText = literalExpression "pkgs.hadoop";
description = "";
description = lib.mdDoc "";
};
};