typst file

This commit is contained in:
Nathan McCarty 2025-03-15 14:25:45 -04:00
parent f5e72e217f
commit c8f19a86ee
2 changed files with 19 additions and 0 deletions

18
devshells/typst.nix Normal file
View file

@ -0,0 +1,18 @@
{
withSystem,
inputs,
...
}: {
perSystem = {
config,
pkgs,
lib,
inputs',
...
}: {
devShells.typst = pkgs.mkShell {
buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
];
};
};
}

View file

@ -39,6 +39,7 @@
./devshells/idris2.nix
./devshells/raku.nix
./devshells/markdown.nix
./devshells/typst.nix
];
config = {
systems = [