update module
This commit is contained in:
parent
c5c3dadc3c
commit
2c095ff8c0
1 changed files with 5 additions and 5 deletions
10
module.nix
10
module.nix
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue