|
85 | 85 | darwinSystems = [ "x86_64-darwin" "aarch64-darwin" ]; |
86 | 86 | supportedSystems = linuxSystems ++ darwinSystems; |
87 | 87 |
|
88 | | - ogmiosVersion = "6.5.0"; |
89 | | - kupoVersion = "2.9.0"; |
90 | | - |
91 | 88 | perSystem = nixpkgs.lib.genAttrs supportedSystems; |
92 | 89 |
|
93 | 90 | mkNixpkgsFor = system: import nixpkgs { |
|
211 | 208 | name = "ctl-e2e-test"; |
212 | 209 | runnerMain = "Test.Ctl.E2E"; |
213 | 210 | testMain = "Ctl.Examples.ByUrl"; |
214 | | - buildInputs = [ inputs.cardano-nix.packages.${pkgs.system}."kupo-${kupoVersion}" ]; |
| 211 | + buildInputs = [ inputs.cardano-nix.packages.${pkgs.system}.kupo ]; |
215 | 212 | }; |
216 | 213 | ctl-local-testnet-test = project.runLocalTestnetTest { |
217 | 214 | name = "ctl-local-testnet-test"; |
|
284 | 281 | inherit (prev) system; |
285 | 282 | in |
286 | 283 | { |
287 | | - ogmios = cardano-nix.packages.${system}."ogmios-${ogmiosVersion}"; |
| 284 | + ogmios = cardano-nix.packages.${system}.ogmios; |
288 | 285 | cardano-testnet = cardano-node.packages.${system}.cardano-testnet; |
289 | 286 | cardano-node = cardano-node.packages.${system}.cardano-node; |
290 | 287 | cardano-cli = cardano-node.packages.${system}.cardano-cli; |
291 | | - kupo = cardano-nix.packages.${system}."kupo-${kupoVersion}"; |
| 288 | + kupo = cardano-nix.packages.${system}.kupo; |
292 | 289 | cardano-db-sync = inputs.db-sync.packages.${system}.cardano-db-sync; |
293 | 290 | blockfrost-backend-ryo = inputs.blockfrost.packages.${system}.blockfrost-backend-ryo; |
294 | 291 | buildCtlRuntime = buildCtlRuntime final; |
|
488 | 485 | ]; |
489 | 486 | specialArgs = { |
490 | 487 | inherit (inputs) cardano-configurations; |
491 | | - ogmios = inputs.cardano-nix.packages.${system}."ogmios-${ogmiosVersion}"; |
492 | | - kupo = inputs.cardano-nix.packages.${system}."kupo-${kupoVersion}"; |
| 488 | + ogmios = inputs.cardano-nix.packages.${system}.ogmios; |
| 489 | + kupo = inputs.cardano-nix.packages.${system}.kupo; |
493 | 490 | }; |
494 | 491 | }; |
495 | 492 |
|
|
0 commit comments