Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent 221b3b0 commit ca2249e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions nix/workbench/profile.nix
Expand Up @@ -39,13 +39,12 @@ pkgs.runCommand "workbench-profile-output-${profileNix.name}"
}
''
mkdir $out
cp ${profileNix.JSON} $out/profile.json
cp ${backendProfile}/* $out
cp $nodeServicesPath $out/node-services.json
cp $generatorServicePath $out/generator-service.json
cp $tracerServicePath $out/tracer-service.json
wb profile node-specs $out/profile.json > $out/node-specs.json
cp ${profileNix.JSON} $out/profile.json
cp ${profileNix.node-specs.JSON} $out/node-specs.json
cp ${backendProfile}/* $out
cp $nodeServicesPath $out/node-services.json
cp $generatorServicePath $out/generator-service.json
cp $tracerServicePath $out/tracer-service.json
''
// { inherit (profileNix) name;
inherit workbench;
Expand Down

0 comments on commit ca2249e

Please sign in to comment.