Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 21 additions & 60 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 1 addition & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,6 @@
iohk-nix.url = "github:input-output-hk/iohk-nix";
iohk-nix-ng.url = "github:input-output-hk/iohk-nix";

# Blockperf fork until PRs merged upstream
blockperf = {
url = "github:johnalotoski/blockperf/preview-network";
inputs = {
# Requires nixpkgs specific pinning for locked python versioning
# nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
# blockperf.url = "path:/home/jlotoski/work/johnalotoski/blockperf-wt/preview-network";

# For tmp local testing pins
# cardano-faucet.url = "github:input-output-hk/cardano-faucet/jl/node-9.2";
# cardano-faucet.url = "path:/home/jlotoski/work/iohk/cardano-faucet-wt/jl/node-9.2";
Expand Down Expand Up @@ -106,7 +95,7 @@
};

cardano-node-service-ng = {
url = "github:IntersectMBO/cardano-node/10.5.0";
url = "github:IntersectMBO/cardano-node/release/10.5.1";
flake = false;
};

Expand Down
4 changes: 4 additions & 0 deletions flakeModules/entrypoints.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ in {
cp -r "${envCfgs}/config/$ENV" "$DATA_DIR/config/"
done

# Until https://github.com/IntersectMBO/cardano-node/pull/6282 is merged and released,
# remove PrometheusSimple from configs so multiple instances can be started without fatal error.
find "$DATA_DIR/config" -type f -exec sed -i '/PrometheusSimple/d' {} +

# Prepare mithril client env configs
${
concatStringsSep "\n"
Expand Down
Loading