We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e1b22 commit 98284f2Copy full SHA for 98284f2
nix/workbench/profile/prof1-variants.jq
@@ -551,7 +551,7 @@ def all_profile_variants:
551
({
552
workloads: [{
553
workload_type: "bash"
554
- , service_module: "voting.nix"
+ , service_module: "voting"
555
, entrypoints: {
556
generator: "workflow_generator"
557
, producers: "workflow_producer"
nix/workbench/service/generator.nix
@@ -136,7 +136,7 @@ let
136
entrypoint = workload.entrypoints.generator;
137
in
138
''
139
- ${import ./${service_module} {inherit pkgs profile nodeSpecs;}}
+ ${import ./${service_module}.nix {inherit pkgs profile nodeSpecs;}}
140
${entrypoint} \
141
${if profile.composition.with_explorer then "explorer" else "node-0"}
142
0 commit comments