File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
default = flake-parts-lib . importApply ./pre-commit-hooks/rust-monorepo.nix { inherit withSystem ; } ;
41
41
readOnly = true ;
42
42
description = ''pre-commit-hooks.nix hook for Rust in a monorepo setting'' ;
43
- example = lib . mdDoc ''TODO(bladyjoker)'' ;
43
+ example = ''TODO(bladyjoker)'' ;
44
44
} ;
45
45
46
46
} ;
55
55
description = ''
56
56
TODO(jaredponn): write down documentation here
57
57
'' ;
58
- example = lib . mdDoc ''
58
+ example = ''
59
59
TODO(jaredponn): write down an example here
60
60
'' ;
61
61
} ;
73
73
default = import ./haskell-data.nix pkgs ;
74
74
readOnly = true ;
75
75
description = ''Makes a derivation containing a Haskell Cabal package with data modules (using Cabal data stanzas)'' ;
76
- example = lib . mdDoc ''
76
+ example = ''
77
77
```haskell
78
78
haskellData {
79
79
srcs = [ ./. ];
91
91
description = ''
92
92
TODO(jaredponn): write down documentation here
93
93
'' ;
94
- example = lib . mdDoc ''
94
+ example = ''
95
95
TODO(jaredponn): write down an example here
96
96
'' ;
97
97
} ;
103
103
description = ''
104
104
TODO(jaredponn): write down documentation here
105
105
'' ;
106
- example = lib . mdDoc ''
106
+ example = ''
107
107
TODO(jaredponn): write down an example here
108
108
'' ;
109
109
} ;
113
113
default = import ./typescript/flake-typescript.nix pkgs ;
114
114
readOnly = true ;
115
115
description = builtins . readFile ./typescript/description.md ;
116
- example = lib . mdDoc ''TODO(jaredponn)'' ;
116
+ example = ''TODO(jaredponn)'' ;
117
117
} ;
118
118
119
119
} ;
You can’t perform that action at this time.
0 commit comments