Skip to content

Commit

Permalink
buildbot_nix: update comment
Browse files Browse the repository at this point in the history
This doesn't invoke nix-instantiate anymore, but
`nix-eval-jobs --flake .#checks`.
  • Loading branch information
flokli committed Nov 8, 2023
1 parent 7998338 commit 5b3f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot_nix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, supported_systems: list[str], **kwargs: Any) -> None:

@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)

Expand Down

0 comments on commit 5b3f986

Please sign in to comment.