Skip to content

Commit

Permalink
fixed mac again
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 17, 2024
1 parent 9b6e23c commit afaf135
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@
inherit pkgs;
inherit (inputs) hermes-src;
};
hermes-test = pkgs.lib.optionalAttrs pkgs.stdenv.isLinux (import ../nixosTests/tests/hermes-test.nix {
inherit pkgs;
inherit (inputs) nix-std;
inherit (self'.packages) hermes;
gaia = self'.packages.gaia14;
});
ica = import ../packages/ica.nix {
inherit (pkgs) buildGoModule;
inherit (inputs) ica-src;
Expand Down Expand Up @@ -214,6 +208,14 @@
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;
};
}
{
stargaze = import ../packages/stargaze.nix {
inherit (inputs) stargaze-src;
Expand Down

0 comments on commit afaf135

Please sign in to comment.