chore: update typst nix-shell
This commit is contained in:
2
templates/howto.md
Normal file
2
templates/howto.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Start normal shell with `nix-shell -p <program>`
|
||||||
|
Run file with `nix-shell <file>`
|
||||||
8
templates/typst.nix
Normal file
8
templates/typst.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
with (import <nixpkgs> {});
|
||||||
|
mkShell {
|
||||||
|
buildInputs = [
|
||||||
|
(typst.overrideAttrs { version = "0.11.1"; })
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user