nix: add shortcuts + typst 0.12
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
with (import <nixpkgs> {});
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
(typst.overrideAttrs { version = "0.11.1"; })
|
||||
(typst.overrideAttrs { version = "0.12.0"; })
|
||||
tinymist
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user