From 2c095ff8c0b8b4cd98b3a894b9e3f9272f60747c Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 19 Aug 2025 10:45:51 +0200 Subject: [PATCH] update module --- module.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/module.nix b/module.nix index 5ec9a63..3abe92b 100644 --- a/module.nix +++ b/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"; };