Compare commits
1 Commits
master
...
gitea_typs
Author | SHA1 | Date | |
---|---|---|---|
f601854156 |
@ -245,6 +245,13 @@
|
|||||||
RENDER_COMMAND = "${docutils}/bin/rst2html.py";
|
RENDER_COMMAND = "${docutils}/bin/rst2html.py";
|
||||||
IS_INPUT_FILE = false;
|
IS_INPUT_FILE = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings."markup.typst" = {
|
||||||
|
ENABLED = true;
|
||||||
|
FILE_EXTENSIONS = ".typ";
|
||||||
|
RENDER_COMMAND = "timeout 30s ${lib.getExe pkgs.python3Packages.pygments} -f html -O full";
|
||||||
|
IS_INPUT_FILE = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nfs.server.enable = false;
|
services.nfs.server.enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user