[modules] do not reference self within modules
Some checks failed
Check flake syntax / flake-check (push) Has been cancelled

if it gets included in other flakes 'self' references to that flake,
instead of malobeo
This commit is contained in:
2026-03-16 20:52:14 +01:00
parent 07d7f3b882
commit f4614f2887

View File

@@ -55,7 +55,7 @@ in
serviceConfig = {
ExecStart = ''
${pkgs.python3}/bin/python3 ${inputs.self + /scripts/gitea_hydra_server.py} \
${pkgs.python3}/bin/python3 ${../../../scripts/gitea_hydra_server.py} \
--baseurl ${cfg.baseurl} \
--owner ${cfg.owner} \
--repo ${cfg.repo} \
@@ -75,4 +75,4 @@ in
};
};
};
}
}