cluster/services/hercules-ci-multi-agent/modules/multi-agent-refactored: don't use getExe
This commit is contained in:
parent
8766c44419
commit
1cc18c5480
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue