diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 3004f91..e78d177 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -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)