Skip to content

Commit 4359830

Browse files
committed
Remove deprecated mdDoc use
1 parent 1d3f8c6 commit 4359830

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flake-lang/build.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
default = flake-parts-lib.importApply ./pre-commit-hooks/rust-monorepo.nix { inherit withSystem; };
4141
readOnly = true;
4242
description = ''pre-commit-hooks.nix hook for Rust in a monorepo setting'';
43-
example = lib.mdDoc ''TODO(bladyjoker)'';
43+
example = ''TODO(bladyjoker)'';
4444
};
4545

4646
};
@@ -55,7 +55,7 @@
5555
description = ''
5656
TODO(jaredponn): write down documentation here
5757
'';
58-
example = lib.mdDoc ''
58+
example = ''
5959
TODO(jaredponn): write down an example here
6060
'';
6161
};
@@ -73,7 +73,7 @@
7373
default = import ./haskell-data.nix pkgs;
7474
readOnly = true;
7575
description = ''Makes a derivation containing a Haskell Cabal package with data modules (using Cabal data stanzas)'';
76-
example = lib.mdDoc ''
76+
example = ''
7777
```haskell
7878
haskellData {
7979
srcs = [ ./. ];
@@ -91,7 +91,7 @@
9191
description = ''
9292
TODO(jaredponn): write down documentation here
9393
'';
94-
example = lib.mdDoc ''
94+
example = ''
9595
TODO(jaredponn): write down an example here
9696
'';
9797
};
@@ -103,7 +103,7 @@
103103
description = ''
104104
TODO(jaredponn): write down documentation here
105105
'';
106-
example = lib.mdDoc ''
106+
example = ''
107107
TODO(jaredponn): write down an example here
108108
'';
109109
};
@@ -113,7 +113,7 @@
113113
default = import ./typescript/flake-typescript.nix pkgs;
114114
readOnly = true;
115115
description = builtins.readFile ./typescript/description.md;
116-
example = lib.mdDoc ''TODO(jaredponn)'';
116+
example = ''TODO(jaredponn)'';
117117
};
118118

119119
};

0 commit comments

Comments
 (0)