Skip to content

Commit 80f549c

Browse files
bbjubjub2494aldoborrero
authored andcommitted
chore: fix build of mdformat
1 parent 6ec314f commit 80f549c

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)