Skip to content

Commit

Permalink
fixing mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 17, 2024
1 parent 564c14e commit 9b6e23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
inherit pkgs;
inherit (inputs) hermes-src;
};
hermes-test = import ../nixosTests/tests/hermes-test.nix {
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

0 comments on commit 9b6e23c

Please sign in to comment.