update module

This commit is contained in:
Jonas Heinrich 2025-08-19 10:45:51 +02:00
parent c5c3dadc3c
commit 2c095ff8c0

View file

@ -45,11 +45,11 @@ in
"buffer-size" = 65535;
need-app = true;
"no-orphans" = true;
env = {
PYTHONPATH = "${pkgs.fragify.pythonPath}";
FRAGIFY_TEMPLATES_DIR = "${pkgs.fragify}/share/fragify/templates";
FRAGIFY_STATIC_DIR = "${pkgs.fragify}/share/fragify/assets";
};
env = [
"PYTHONPATH=${pkgs.fragify.pythonPath}"
"FRAGIFY_TEMPLATES_DIR=${pkgs.fragify}/share/fragify/templates"
"FRAGIFY_STATIC_DIR=${pkgs.fragify}/share/fragify/assets"
];
settings = {
"static-map" = "/static=${pkgs.fragify}/share/fragify/assets";
};