typst: use flakes again

This commit is contained in:
2025-07-23 23:21:03 +09:00
parent fe7a710564
commit a8481b409a
2 changed files with 6 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
# Before updating:
#
# 1. Make sure to be on unstable
# 2. nix-channel --update
#
with (import <nixpkgs> {});
mkShell {
buildInputs = [
(typst.overrideAttrs { version = "0.13.1"; })
tinymist
];
}