Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent d1e41a4 commit 23480b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix/custom-config.nix
Expand Up @@ -8,7 +8,7 @@ self: {
basePort = 30000;
enableEKG = true;
workbenchDevMode = true;
extraSupervisorConfig = {};
extraBackendConfig = {};
};
membench = {
snapshotSlot = 37173650;
Expand Down
4 changes: 2 additions & 2 deletions nix/workbench/supervisor-conf.nix
Expand Up @@ -5,7 +5,7 @@
, node-services
, generator-service
## Last-moment overrides:
, extraSupervisorConfig
, extraBackendConfig
}:

with lib;
Expand Down Expand Up @@ -57,7 +57,7 @@ let
};
}
//
extraSupervisorConfig;
extraBackendConfig;

##
## nodeSvcSupervisorProgram :: NodeService -> SupervisorConfSection
Expand Down
4 changes: 2 additions & 2 deletions nix/workbench/supervisor.nix
Expand Up @@ -8,7 +8,7 @@ in
, workbench
##
, cacheDir ? cacheDirDefault
, extraSupervisorConfig ? {}
, extraBackendConfig ? {}
, useCabalRun ? false
, enableEKG ? true
##
Expand Down Expand Up @@ -39,7 +39,7 @@ let
inherit
pkgs lib stateDir
basePort
extraSupervisorConfig;
extraBackendConfig;
};
};

Expand Down

0 comments on commit 23480b5

Please sign in to comment.