Skip to content

Commit

Permalink
issue: addresses #569
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Feb 27, 2025
1 parent d56031f commit afad5f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
}
];
};
in toFile "topology.yaml" (toJSON topology);
in toFile "topology.json" (toJSON topology);

mkEdgeTopologyP2P = {
edgeNodes ? [{addr = "127.0.0.1"; port = 3001;}]
Expand Down Expand Up @@ -54,7 +54,7 @@ let
];
};
in
toFile "topology.yaml" (toJSON topology);
toFile "topology.json" (toJSON topology);

mkTopology = env: let
legacyTopology = mkEdgeTopology {
Expand Down

0 comments on commit afad5f3

Please sign in to comment.