fix treefmt issues

This commit is contained in:
2026-02-04 19:17:31 -05:00
parent 80af3377e6
commit fcfbce4e16
2 changed files with 6 additions and 5 deletions

View File

@@ -11,9 +11,9 @@
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
environment = {
PYTHONPATH = "${inputs.self}/";
};
environment = {
PYTHONPATH = "${inputs.self}/";
};
serviceConfig = {
Type = "simple";