Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent aa2ae0d commit c7b2e08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nix/workbench/supervisor.nix
Expand Up @@ -30,14 +30,6 @@ let
cp ${supervisord.mkSupervisorConf profileNix} $out/supervisor.conf
'';

## IMPORTANT: keep in sync with envArgs in 'workbench/default.nix/generateProfiles/environment'.
env-args-base =
{
inherit (pkgs) cardanoLib;
inherit stateDir cacheDir basePort;
staggerPorts = true;
};

## Backend-specific Nix bits:
supervisord =
{
Expand Down

0 comments on commit c7b2e08

Please sign in to comment.