Set up typst

This commit is contained in:
Natsu Kagami 2023-07-03 22:42:03 +02:00
parent 44021e3df2
commit 4f6a9ce7ca
Signed by: nki
GPG key ID: 55A032EB38B49ADB
6 changed files with 59 additions and 6 deletions

View file

@ -7,6 +7,10 @@ let
overlay-needs-unstable = final: prev: {
# override some packages that needs unstable that cannot be changed in the setup.
nix-direnv = prev.unstable.nix-direnv;
# Typst updates really quickly.
typst = final.unstable.typst;
typst-lsp = final.unstable.typst-lsp;
};
overlay-imported = final: prev: {
rnix-lsp = inputs.rnix-lsp.defaultPackage."${final.system}";