From 50393a6695c70db33b377e2ba0c625bdc88a3267 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 17 Jan 2025 11:58:03 +0100 Subject: [PATCH] add typst to dependencies --- README.md | 1 + flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index ef7d300..045752a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Either use the provided nix flake to take care of everything or ensure the following is installed: - [lilypond](https://lilypond.org) +- [typst](https://github.com/typst/typst) binary - a tex installation (for example [TeX Live](https://www.tug.org/texlive/)) with the _pdfcrop_ and _pdfjam_ commands - [gnu make](https://www.gnu.org/software/make/) (might work with other makes, diff --git a/flake.nix b/flake.nix index 4707ce0..961289c 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,7 @@ timidity source-han-serif source-han-sans + typst ]; }; }