diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/buildkite/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index b04dc55a0b88..98f7dfbac05f 100644 --- a/nix/buildkite/default.nix +++ b/nix/buildkite/default.nix @@ -386,7 +386,7 @@ rec { This replaces the previous boolean `postBuild` API in extra step definitions. Please remove the `postBuild` parameter from - this step and instead set `phase = ${phase};`. + this step and instead set `phase = "${phase}";`. '' validPhase; |