typst: bump version
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
|
# Before updating:
|
||||||
|
#
|
||||||
|
# 1. Make sure to be on unstable
|
||||||
|
# 2. nix-channel --update
|
||||||
|
#
|
||||||
with (import <nixpkgs> {});
|
with (import <nixpkgs> {});
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(typst.overrideAttrs { version = "0.12.0"; })
|
(typst.overrideAttrs { version = "0.13.1"; })
|
||||||
tinymist
|
tinymist
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user