Skip to content

Commit dfa7ed3

Browse files
Mic92mergify[bot]
authored andcommitted
actually render drv_gcroots_dir
1 parent 81ebefc commit dfa7ed3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep):
627627

628628
project: GitProject
629629

630+
renderables = ("drv_gcroots_dir",)
631+
630632
def __init__(
631633
self,
632634
project: GitProject,
@@ -635,7 +637,7 @@ def __init__(
635637
failed_builds_db: FailedBuildDB,
636638
worker_count: int,
637639
max_memory_size: int,
638-
drv_gcroots_dir: Path,
640+
drv_gcroots_dir: util.Interpolate,
639641
**kwargs: Any,
640642
) -> None:
641643
kwargs = self.setupShellMixin(kwargs)

0 commit comments

Comments
 (0)