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:
parent
9547123258
commit
515c4727fa
7 changed files with 17 additions and 17 deletions
|
@ -203,7 +203,7 @@ with lib;
|
|||
type = types.package;
|
||||
default = pkgs.hadoop;
|
||||
defaultText = literalExpression "pkgs.hadoop";
|
||||
description = "";
|
||||
description = lib.mdDoc "";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue