Skip to content

Commit

Permalink
Merge pull request #29 from flokli/update-comment-nix-eval-jobs
Browse files Browse the repository at this point in the history
buildbot_nix: update comment
  • Loading branch information
Mic92 authored Nov 8, 2023
2 parents 7998338 + 5b3f986 commit 0ec8fcd
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 0ec8fcd

Please sign in to comment.