We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55360f8 commit 099c951Copy full SHA for 099c951
modules/exporters/pandoc/default.nix
@@ -47,7 +47,7 @@ symlinkJoin {
47
icon_monochrome = iconMonochrome;
48
args = [(x + "/bin/export")];
49
input_extensions = ["ipynb" "md"];
50
- inherit pandoc;
+ pandoc = "${pandoc}/bin/pandoc";
51
}) exporters;
52
};
53
modules/exporters/typst/default.nix
@@ -44,7 +44,7 @@ symlinkJoin {
44
args = [(script + "/bin/typst-export")];
45
outputs = ["pdf" "png" "svg" "html"];
46
input_extensions = ["typ"];
- pandoc = pandoc;
}];
0 commit comments