Skip to content

Commit

Permalink
workbench: get backend name from the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Nov 29, 2022
1 parent d115df8 commit 68087d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/workbench/backend/supervisor-run.nix
@@ -1,5 +1,4 @@
let
backendName = "supervisor";
batchNameDefault = "plain";
profileNameDefault = "default-bage";
in
Expand All @@ -16,6 +15,8 @@ in
let
inherit (backendWorkbench) workbench backend cacheDir stateDir basePort;

backendName = backendWorkbench.backend.name;

with-backend-profile =
{ envArgsOverride ? {} }: ## TODO: envArgsOverride is not used!
workbench.with-profile
Expand Down

0 comments on commit 68087d4

Please sign in to comment.