Skip to content

Commit abaa8e0

Browse files
committed
fix: lint
1 parent 5a1b0a0 commit abaa8e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

flake/colmena.nix

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ in
9090
];
9191
};
9292

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

107107
# Mithril signing config
108108
mithrilRelay = {imports = [inputs.cardano-parts.nixosModules.profile-mithril-relay];};

0 commit comments

Comments
 (0)