Skip to content

Commit 10273b4

Browse files
MartinNikovPetarKirov
authored andcommitted
config(mdformat): Use older package
Newest one have problem with mkdocs version
1 parent 6892c77 commit 10273b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"*.md"
151151
"*.html"
152152
];
153-
mdformat.package = lib.mkDefault (pkgsUnstable.mdformat.withPlugins (p: [
153+
mdformat.package = lib.mkDefault (pkgs.mdformat.withPlugins (p: [
154154
p.mdformat-admon
155155
p.mdformat-beautysh
156156
p.mdformat-footnote

0 commit comments

Comments
 (0)