We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7607205 commit 7c08e44Copy full SHA for 7c08e44
cardano-lib/default.nix
@@ -1,6 +1,6 @@
1
{lib, writeText, runCommand, jq}:
2
let
3
- inherit (builtins) attrNames elem fromJSON getAttr readFile toFile toJSON;
+ inherit (builtins) attrNames fromJSON getAttr readFile toFile toJSON;
4
inherit (lib) filterAttrs flip forEach listToAttrs mapAttrs mapAttrsToList optionalAttrs optionalString pipe;
5
6
mkEdgeTopology = {
@@ -84,7 +84,7 @@ let
84
# mode is default, and migration to genesis mode for all networks is
85
# coming soon, the snapshot will be declared in all network topologies
86
# which also makes genesis testing a bit easier.
87
- peerSnapshotFile = "peer-snapshot.json";
+ peerSnapshotFile = "${env.name}-peer-snapshot.json";
88
};
89
in
90
if (env.nodeConfig.EnableP2P or false)
0 commit comments