Skip to content

Commit

Permalink
SQUASH
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Dec 30, 2024
1 parent e9af643 commit c9057f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def all_profile_variants:
({
workloads: [{
workload_type: "bash"
, service_module: "voting.nix"
, service_module: "voting"
, entrypoints: {
generator: "workflow_generator"
, producers: "workflow_producer"
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/service/generator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ let
entrypoint = workload.entrypoints.generator;
in
''
${import ./${service_module} {inherit pkgs profile nodeSpecs;}}
${import ./${service_module}.nix {inherit pkgs profile nodeSpecs;}}
${entrypoint} \
${if profile.composition.with_explorer then "explorer" else "node-0"}
''
Expand Down

0 comments on commit c9057f0

Please sign in to comment.