File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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 ] ; } ;
You can’t perform that action at this time.
0 commit comments