From 706a63493fc66c08dc952f103ac3f48a530c6095 Mon Sep 17 00:00:00 2001 From: dzmitry-lahoda Date: Sun, 17 Mar 2024 16:35:56 +0000 Subject: [PATCH] no config builder for cosmos-sdk now --- modules/packages.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/modules/packages.nix b/modules/packages.nix index d9ab713e..894c0e11 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -208,14 +208,15 @@ inherit (inputs) apalache-src; }; } - { - hermes-test = import ../nixosTests/tests/hermes-test.nix { - inherit pkgs; - inherit (inputs) nix-std; - inherit (self'.packages) hermes; - gaia = self'.packages.gaia14; - }; - } + # fails with gaia nill pointer, so need to have config builder for cosmos-sdk too + # { + # hermes-test = import ../nixosTests/tests/hermes-test.nix { + # inherit pkgs; + # inherit (inputs) nix-std; + # inherit (self'.packages) hermes; + # gaia = self'.packages.gaia14; + # }; + # } { stargaze = import ../packages/stargaze.nix { inherit (inputs) stargaze-src;