Skip to content

Commit e70d16d

Browse files
committed
config(flake): Use stable version for mdformat
For some reason the unstable version fails with the following error: https://buildbot.nix-community.org/#/builders/1660/builds/62
1 parent 67740ab commit e70d16d

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
@@ -141,7 +141,7 @@
141141
"*.md"
142142
"*.html"
143143
];
144-
mdformat.package = lib.mkDefault (pkgsUnstable.mdformat.withPlugins (p: [
144+
mdformat.package = lib.mkDefault (pkgs.mdformat.withPlugins (p: [
145145
p.mdformat-admon
146146
p.mdformat-beautysh
147147
p.mdformat-footnote

0 commit comments

Comments
 (0)