Skip to content

Commit 1cb14ae

Browse files
committed
issue: addresses #569
1 parent b7e5cfe commit 1cb14ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano-lib/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
}
2323
];
2424
};
25-
in toFile "topology.yaml" (toJSON topology);
25+
in toFile "topology.json" (toJSON topology);
2626

2727
mkEdgeTopologyP2P = {
2828
edgeNodes ? [{addr = "127.0.0.1"; port = 3001;}]
@@ -54,7 +54,7 @@ let
5454
];
5555
};
5656
in
57-
toFile "topology.yaml" (toJSON topology);
57+
toFile "topology.json" (toJSON topology);
5858

5959
mkTopology = env: let
6060
legacyTopology = mkEdgeTopology {

0 commit comments

Comments
 (0)