updated PYTHONPATH to "${self}/"

This commit is contained in:
2025-11-10 21:19:34 -05:00
parent ae882ba578
commit d6d48516ea
3 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{
pkgs,
self,
...
}:
let
@@ -22,7 +23,7 @@ in
description = "validates startup";
path = [ pkgs.zfs ];
environment = {
PYTHONPATH = "${../../..}/";
PYTHONPATH = "${self}/";
};
serviceConfig = {
EnvironmentFile = "${vars.secrets}/services/server-validation";