Skip to content

Commit

Permalink
no config builder for cosmos-sdk now
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 17, 2024
1 parent afaf135 commit 706a634
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 706a634

Please sign in to comment.