buildbot_nix: update comment

This doesn't invoke nix-instantiate anymore, but
`nix-eval-jobs --flake .#checks`.
This commit is contained in:
Florian Klink 2023-11-08 15:31:14 +02:00
parent 7998338b3b
commit 5b3f986a29

View file

@ -131,7 +131,7 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep):
@defer.inlineCallbacks
def run(self) -> Generator[Any, object, Any]:
# run nix-instanstiate to generate the dict of stages
# run nix-eval-jobs --flake .#checks to generate the dict of stages
cmd: remotecommand.RemoteCommand = yield self.makeRemoteShellCommand()
yield self.runCommand(cmd)