maybe gitea this time
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
[markup.restructuredtext]
|
[markup.restructuredtext]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
FILE_EXTENSIONS = .rst
|
FILE_EXTENSIONS = .rst
|
||||||
RENDER_COMMAND = rst2html.py
|
RENDER_COMMAND = "timeout 30s pandoc +RTS -M512M -RTS -f rst"
|
||||||
IS_INPUT_FILE = false
|
IS_INPUT_FILE = false
|
||||||
'';
|
'';
|
||||||
database = {
|
database = {
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.docutils ];
|
environment.systemPackages = [ pkgs.pandoc ];
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
enable = true; # Ensure postgresql is enabled
|
enable = true; # Ensure postgresql is enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user