Skip to content

Commit

Permalink
fixup! feat(buildbot-nix-0): example postBuildStep
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 28, 2024
1 parent 8ed18d4 commit 6c427d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ in
"virtual_builder_name"
"virtual_builder_tags"
"workername"
] (name: "interpolate %(prop:${name})s");
] (name: "(interpolate %(prop:${name})s)");
props' = lib.attrsets.mapAttrs' (name: value: lib.nameValuePair "PROP_${name}" value) props;
in
props';
Expand Down

0 comments on commit 6c427d6

Please sign in to comment.