Try explicitly exporting sysd env vars

This commit is contained in:
niten 2023-01-07 16:16:03 -08:00
parent b7dbe33d4b
commit 463ab4f26a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in pkgs.writeShellApplication {
''"$@"''
];
in ''
export CACHE_DIRECTORY STATE_DIRECTORY
export PYTHONPATH="${objectifier-src}"
${script}
'';