fix: provide tinymist and websocat binaries directly to typst-preview

This commit is contained in:
Youwen Wu 2024-10-07 19:15:01 -07:00
parent c7d664b923
commit fb308fc6d7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -8,8 +8,8 @@
require 'typst-preview'.setup {
dependencies_bin = {
['typst-preview'] = ${pkgs.tinymist},
['websocat'] = ${pkgs.websocat}
['typst-preview'] = "${pkgs.tinymist}/bin/tinymist",
['websocat'] = "${pkgs.websocat}/bin/websocat"
}
}