buildbot_nix: update comment
This doesn't invoke nix-instantiate anymore, but `nix-eval-jobs --flake .#checks`.
This commit is contained in:
parent
7998338b3b
commit
5b3f986a29
|
@ -131,7 +131,7 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep):
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def run(self) -> Generator[Any, object, Any]:
|
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()
|
cmd: remotecommand.RemoteCommand = yield self.makeRemoteShellCommand()
|
||||||
yield self.runCommand(cmd)
|
yield self.runCommand(cmd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue