Skip to content

Commit

Permalink
maint: Remove mdDoc call
Browse files Browse the repository at this point in the history
It has been removed upstream in Nixpkgs.
This fixes documentation rendering with the latest Nixpkgs.
  • Loading branch information
roberth authored and srid committed Dec 4, 2024
1 parent 018783e commit 1012530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ let
inherit (flake-parts-lib)
mkPerSystemOption;
inherit (lib)
mdDoc
mkOption
types;
in
{
options.perSystem = mkPerSystemOption ({ config, pkgs, lib, ... }:
{
options.process-compose = mkOption {
description = mdDoc ''
description = ''
process-compose-flake: creates [process-compose](https://github.com/F1bonacc1/process-compose)
executables from process-compose configurations written as Nix attribute sets.
'';
Expand Down

0 comments on commit 1012530

Please sign in to comment.