Skip to content

Commit f50880b

Browse files
committed
bump: iohk-nix[-ng] for ancillary keys, node svc[-ng] for nixpkgs 25.05
1 parent 81f8740 commit f50880b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

flake.lock

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

flake.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
capkgs.url = "github:input-output-hk/capkgs";
2929
empty-flake.url = "github:input-output-hk/empty-flake";
3030
haskell-nix.url = "github:input-output-hk/haskell.nix";
31-
iohk-nix.url = "github:input-output-hk/iohk-nix/jl/mithril-ancillary-key";
32-
iohk-nix-ng.url = "github:input-output-hk/iohk-nix/jl/mithril-ancillary-key";
31+
iohk-nix.url = "github:input-output-hk/iohk-nix";
32+
iohk-nix-ng.url = "github:input-output-hk/iohk-nix";
3333

3434
# For tmp local testing pins
3535
blockperf.url = "github:johnalotoski/blockperf/preview-network";
@@ -60,12 +60,14 @@
6060
};
6161

6262
cardano-node-service = {
63-
url = "github:IntersectMBO/cardano-node/10.2.1";
63+
# Until node >= 10.5.0 is tagged, this commit allows the service to work on nixpkgs >= 25.05
64+
url = "github:input-output-hk/cardano-node/0983ac29304aadac74a5604eeefa76cfbcc91611";
6465
flake = false;
6566
};
6667

6768
cardano-node-service-ng = {
68-
url = "github:IntersectMBO/cardano-node/10.4.1";
69+
# Until node >= 10.5.0 is tagged, this commit allows the service to work on nixpkgs >= 25.05
70+
url = "github:IntersectMBO/cardano-node/0983ac29304aadac74a5604eeefa76cfbcc91611";
6971
flake = false;
7072
};
7173

0 commit comments

Comments
 (0)