Skip to content

Commit 1012530

Browse files
roberthsrid
authored andcommitted
maint: Remove mdDoc call
It has been removed upstream in Nixpkgs. This fixes documentation rendering with the latest Nixpkgs.
1 parent 018783e commit 1012530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/flake-module.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ let
33
inherit (flake-parts-lib)
44
mkPerSystemOption;
55
inherit (lib)
6-
mdDoc
76
mkOption
87
types;
98
in
109
{
1110
options.perSystem = mkPerSystemOption ({ config, pkgs, lib, ... }:
1211
{
1312
options.process-compose = mkOption {
14-
description = mdDoc ''
13+
description = ''
1514
process-compose-flake: creates [process-compose](https://github.com/F1bonacc1/process-compose)
1615
executables from process-compose configurations written as Nix attribute sets.
1716
'';

0 commit comments

Comments
 (0)