Skip to content

Commit

Permalink
remove proxy-log-config references
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed May 26, 2022
1 parent 5aca9f3 commit edb2d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cardano-lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ let
inherit (nodeConfig) RequiresNetworkMagic;
NodeConfigFile = "${__toFile "config-${toString name}.json" (__toJSON nodeConfig)}";
};
defaultProxyLogConfig = import ./proxy-log-config.nix;

mkProxyTopology = relay: writeText "proxy-topology-file" ''
wallet:
Expand Down Expand Up @@ -310,5 +309,5 @@ let
'';

in {
inherit environments forEnvironments forEnvironmentsCustom eachEnv mkEdgeTopology mkProxyTopology cardanoConfig defaultLogConfig defaultExplorerLogConfig defaultProxyLogConfig mkConfigHtml mkExplorerConfig;
inherit environments forEnvironments forEnvironmentsCustom eachEnv mkEdgeTopology mkProxyTopology cardanoConfig defaultLogConfig defaultExplorerLogConfig mkConfigHtml mkExplorerConfig;
}

0 comments on commit edb2d2d

Please sign in to comment.