Skip to content

Commit 98284f2

Browse files
committed
SQUASH
1 parent 03e1b22 commit 98284f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix/workbench/profile/prof1-variants.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def all_profile_variants:
551551
({
552552
workloads: [{
553553
workload_type: "bash"
554-
, service_module: "voting.nix"
554+
, service_module: "voting"
555555
, entrypoints: {
556556
generator: "workflow_generator"
557557
, producers: "workflow_producer"

nix/workbench/service/generator.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ let
136136
entrypoint = workload.entrypoints.generator;
137137
in
138138
''
139-
${import ./${service_module} {inherit pkgs profile nodeSpecs;}}
139+
${import ./${service_module}.nix {inherit pkgs profile nodeSpecs;}}
140140
${entrypoint} \
141141
${if profile.composition.with_explorer then "explorer" else "node-0"}
142142
''

0 commit comments

Comments
 (0)