diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix index b04dc55a0..98f7dfbac 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;