typst file
This commit is contained in:
parent
f5e72e217f
commit
c8f19a86ee
2 changed files with 19 additions and 0 deletions
18
devshells/typst.nix
Normal file
18
devshells/typst.nix
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
withSystem,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
perSystem = {
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
inputs',
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
devShells.typst = pkgs.mkShell {
|
||||||
|
buildInputs = with inputs'.nixpkgs-unstable.legacyPackages; [
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -39,6 +39,7 @@
|
||||||
./devshells/idris2.nix
|
./devshells/idris2.nix
|
||||||
./devshells/raku.nix
|
./devshells/raku.nix
|
||||||
./devshells/markdown.nix
|
./devshells/markdown.nix
|
||||||
|
./devshells/typst.nix
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
systems = [
|
systems = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue