Skip to content

Commit f388b46

Browse files
committed
bump: cardano-parts for new-tracing updates
1 parent eda530f commit f388b46

File tree

2 files changed

+30
-32
lines changed

2 files changed

+30
-32
lines changed

flake.lock

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

flake/colmena.nix

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,17 @@ in
9393
];
9494
};
9595

96-
nodeFix = mkCustomNode "cardanoFix";
97-
98-
mkCustomNode = flakeInput:
99-
node
100-
// {
101-
cardano-parts.perNode = {
102-
pkgs = {
103-
cardano-cli = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-cli;
104-
cardano-node = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-node;
105-
cardano-submit-api = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-submit-api;
106-
};
107-
};
108-
};
96+
# mkCustomNode = flakeInput:
97+
# node
98+
# // {
99+
# cardano-parts.perNode = {
100+
# pkgs = {
101+
# cardano-cli = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-cli;
102+
# cardano-node = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-node;
103+
# cardano-submit-api = mkForce inputs.${flakeInput}.packages.x86_64-linux.cardano-submit-api;
104+
# };
105+
# };
106+
# };
109107

110108
# Mithril signing config
111109
mithrilRelay = {imports = [inputs.cardano-parts.nixosModules.profile-mithril-relay];};
@@ -790,7 +788,7 @@ in
790788
(ebs 80)
791789
(nodeRamPct 70)
792790
(group "preview2")
793-
nodeFix
791+
node
794792
bp
795793
pre
796794
mithrilRelease

0 commit comments

Comments
 (0)