File tree Expand file tree Collapse file tree 2 files changed +30
-32
lines changed Expand file tree Collapse file tree 2 files changed +30
-32
lines changed Original file line number Diff line number Diff line change 93
93
] ;
94
94
} ;
95
95
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
+ # };
109
107
110
108
# Mithril signing config
111
109
mithrilRelay = { imports = [ inputs . cardano-parts . nixosModules . profile-mithril-relay ] ; } ;
790
788
( ebs 80 )
791
789
( nodeRamPct 70 )
792
790
( group "preview2" )
793
- nodeFix
791
+ node
794
792
bp
795
793
pre
796
794
mithrilRelease
You can’t perform that action at this time.
0 commit comments