Skip to content

Commit 953f9b6

Browse files
authored
Merge pull request #74 from input-output-hk/next-2025-08-14
Node 10.6.0 pre-release
2 parents 2ed5236 + ab14928 commit 953f9b6

26 files changed

+484
-120
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/.direnv
1+
/.direnv*
22
/.envrc.local
33
result*
44
/.run/

flake.lock

Lines changed: 105 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,14 @@
6060
# Cardano related inputs
6161
capkgs.url = "github:input-output-hk/capkgs";
6262
iohk-nix.url = "github:input-output-hk/iohk-nix";
63-
# iohk-nix.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix";
6463
iohk-nix-ng.url = "github:input-output-hk/iohk-nix";
65-
# iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix";
64+
# iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/jl/10.6.0-pre-updates";
65+
66+
# Until blockperf detail fix is merged to master upstream
67+
blockperf.url = "github:johnalotoski/blockperf/jl/fix-detail";
68+
69+
# Until cardano-node 10.6.0 is tagged
70+
# cardano-node-10-6-0.url = "github:IntersectMBO/cardano-node";
6671

6772
# For tmp local testing pins
6873
# cardano-faucet.url = "github:input-output-hk/cardano-faucet/jl/node-9.2";
@@ -96,14 +101,12 @@
96101
};
97102

98103
cardano-node-service = {
99-
# Until 10.6.0 tag is available
100104
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
101105
flake = false;
102106
};
103107

104108
cardano-node-service-ng = {
105-
# Until 10.6.0 tag is available
106-
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
109+
url = "github:IntersectMBO/cardano-node/10.6.0";
107110
flake = false;
108111
};
109112

@@ -123,26 +126,22 @@
123126
};
124127

125128
cardano-submit-api-service = {
126-
# Until 10.6.0 tag is available
127129
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
128130
flake = false;
129131
};
130132

131133
cardano-submit-api-service-ng = {
132-
# Until 10.6.0 tag is available
133-
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
134+
url = "github:IntersectMBO/cardano-node/10.6.0";
134135
flake = false;
135136
};
136137

137138
cardano-tracer-service = {
138-
# Until 10.6.0 tag is available
139139
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
140140
flake = false;
141141
};
142142

143143
cardano-tracer-service-ng = {
144-
# Until 10.6.0 tag is available
145-
url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426";
144+
url = "github:IntersectMBO/cardano-node/10.6.0";
146145
flake = false;
147146
};
148147

0 commit comments

Comments
 (0)