Set up typst
This commit is contained in:
parent
44021e3df2
commit
4f6a9ce7ca
6 changed files with 59 additions and 6 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue