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;
|
||||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue