cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored: don't use getExe

This commit is contained in:
Max Headroom 2024-06-04 15:45:35 +02:00
parent 8766c44419
commit 1cc18c5480

View file

@ -35,7 +35,7 @@
systemd = forAllAgents (name: agent: systemd = forAllAgents (name: agent:
let let
command = "${lib.getExe agent.package} --config ${agent.tomlFile}"; command = "${agent.package}/bin/hercules-ci-agent --config ${agent.tomlFile}";
testCommand = "${command} --test-configuration"; testCommand = "${command} --test-configuration";
in in
{ {