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; "buffer-size" = 65535;
need-app = true; need-app = true;
"no-orphans" = true; "no-orphans" = true;
env = { env = [
PYTHONPATH = "${pkgs.fragify.pythonPath}"; "PYTHONPATH=${pkgs.fragify.pythonPath}"
FRAGIFY_TEMPLATES_DIR = "${pkgs.fragify}/share/fragify/templates"; "FRAGIFY_TEMPLATES_DIR=${pkgs.fragify}/share/fragify/templates"
FRAGIFY_STATIC_DIR = "${pkgs.fragify}/share/fragify/assets"; "FRAGIFY_STATIC_DIR=${pkgs.fragify}/share/fragify/assets"
}; ];
settings = { settings = {
"static-map" = "/static=${pkgs.fragify}/share/fragify/assets"; "static-map" = "/static=${pkgs.fragify}/share/fragify/assets";
}; };