|
60 | 60 | # Cardano related inputs |
61 | 61 | capkgs.url = "github:input-output-hk/capkgs"; |
62 | 62 | iohk-nix.url = "github:input-output-hk/iohk-nix"; |
63 | | - # iohk-nix.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix"; |
64 | 63 | iohk-nix-ng.url = "github:input-output-hk/iohk-nix"; |
65 | | - # iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/iohk-nix"; |
| 64 | + # iohk-nix-ng.url = "path:/home/jlotoski/work/iohk/iohk-nix-wt/jl/10.6.0-pre-updates"; |
| 65 | + |
| 66 | + # Until blockperf detail fix is merged to master upstream |
| 67 | + blockperf.url = "github:johnalotoski/blockperf/jl/fix-detail"; |
| 68 | + |
| 69 | + # Until cardano-node 10.6.0 is tagged |
| 70 | + # cardano-node-10-6-0.url = "github:IntersectMBO/cardano-node"; |
66 | 71 |
|
67 | 72 | # For tmp local testing pins |
68 | 73 | # cardano-faucet.url = "github:input-output-hk/cardano-faucet/jl/node-9.2"; |
|
96 | 101 | }; |
97 | 102 |
|
98 | 103 | cardano-node-service = { |
99 | | - # Until 10.6.0 tag is available |
100 | 104 | url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
101 | 105 | flake = false; |
102 | 106 | }; |
103 | 107 |
|
104 | 108 | cardano-node-service-ng = { |
105 | | - # Until 10.6.0 tag is available |
106 | | - url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
| 109 | + url = "github:IntersectMBO/cardano-node/10.6.0"; |
107 | 110 | flake = false; |
108 | 111 | }; |
109 | 112 |
|
|
123 | 126 | }; |
124 | 127 |
|
125 | 128 | cardano-submit-api-service = { |
126 | | - # Until 10.6.0 tag is available |
127 | 129 | url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
128 | 130 | flake = false; |
129 | 131 | }; |
130 | 132 |
|
131 | 133 | cardano-submit-api-service-ng = { |
132 | | - # Until 10.6.0 tag is available |
133 | | - url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
| 134 | + url = "github:IntersectMBO/cardano-node/10.6.0"; |
134 | 135 | flake = false; |
135 | 136 | }; |
136 | 137 |
|
137 | 138 | cardano-tracer-service = { |
138 | | - # Until 10.6.0 tag is available |
139 | 139 | url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
140 | 140 | flake = false; |
141 | 141 | }; |
142 | 142 |
|
143 | 143 | cardano-tracer-service-ng = { |
144 | | - # Until 10.6.0 tag is available |
145 | | - url = "github:IntersectMBO/cardano-node/f11e0f303ddf3e5b8975daf72ceaa522ddb98426"; |
| 144 | + url = "github:IntersectMBO/cardano-node/10.6.0"; |
146 | 145 | flake = false; |
147 | 146 | }; |
148 | 147 |
|
|
0 commit comments